GH_ConvertToGHInstanceReference_Primary Method |
Converts similar data into a GH_InstanceReference instance.
Data is not guaranteed to be duplicated.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public static bool ToGHInstanceReference_Primary(
Object data,
ref GH_InstanceReference target
)
Public Shared Function ToGHInstanceReference_Primary (
data As Object,
ByRef target As GH_InstanceReference
) As Boolean
Parameters
- data
- Type: SystemObject
Data to convert - target
- Type: Grasshopper.Kernel.TypesGH_InstanceReference
Target instance. If null, a new GH_InstanceReference will be constructed.
If not null, the instance values will be set.
Return Value
Type:
BooleanTrue on success, False on failure.
See Also