|
MenuRadioButtonGroupGetActiveInt Method
|
Get list of active buttons.
Namespace:
Karamba.GHopper.Utilities.UIWidgets
Assembly:
Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
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