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