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