|
ExtensionsUtilitiesGetValueFrom Method
|
Namespace:
Karamba.GHopper.Utilities
Assembly:
Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntaxpublic static void GetValueFrom(
this ref LoadOrientation loadOrientation,
MenuRadioButtonGroup buttonGroup
)
<ExtensionAttribute>
Public Shared Sub GetValueFrom (
ByRef loadOrientation As LoadOrientation,
buttonGroup As MenuRadioButtonGroup
)
public:
[ExtensionAttribute]
static void GetValueFrom(
LoadOrientation% loadOrientation,
MenuRadioButtonGroup^ buttonGroup
)
[<ExtensionAttribute>]
static member GetValueFrom :
loadOrientation : LoadOrientation byref *
buttonGroup : MenuRadioButtonGroup -> unit
Parameters
- loadOrientation
- Type: Karamba.LoadsLoadOrientation
- buttonGroup
- Type: Karamba.GHopper.Utilities.UIWidgetsMenuRadioButtonGroup
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type . When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also