|
GHUtilsconvert Method (IGH_Goo, Int32)
|
Convert given item to integer and return true if successful
Namespace:
Karamba.GHopper.Utilities
Assembly:
karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntaxpublic static bool convert(
IGH_Goo item,
ref int value
)
Public Shared Function convert (
item As IGH_Goo,
ByRef value As Integer
) As Boolean
public:
static bool convert(
IGH_Goo^ item,
int% value
)
static member convert :
item : IGH_Goo *
value : int byref -> bool
Parameters
- item
- Type: IGH_Goo
item to be converted - value
- Type: SystemInt32
resulting integer value
Return Value
Type:
Booleantrue on success
See Also