Grasshopper API
GH_ConvertToGHBoolean_Primary Method |
Converts similar data into a GH_Boolean instance.
Data is not quaranteed to be duplicated.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public static bool ToGHBoolean_Primary( Object data, ref GH_Boolean target )
Public Shared Function ToGHBoolean_Primary ( data As Object, ByRef target As GH_Boolean ) As Boolean
Parameters
- data
- Type: SystemObject
Data to convert - target
- Type: Grasshopper.Kernel.TypesGH_Boolean
Target instance. If null, a new GH_Boolean will be constructed. If not null, the instance values will be set.
Return Value
Type: BooleanTrue on success, False on failure.
