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

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