|
MenuRadioButtonGroupGetActiveInt Method
|
Get list of active buttons.
Namespace:
Karamba.GHopper.Utilities.UIWidgets
Assembly:
karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntaxpublic List<int> GetActiveInt()
Public Function GetActiveInt As List(Of Integer)
public:
List<int>^ GetActiveInt()
member GetActiveInt : unit -> List<int>
Return Value
Type:
ListInt32Active buttons.
See Also