GH_ConvertToComplex_Secondary Method |
Performs indirect casts from other data types into Complex.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public static bool ToComplex_Secondary(
Object data,
ref Complex destination
)
Public Shared Function ToComplex_Secondary (
data As Object,
ByRef destination As Complex
) As Boolean
Parameters
- data
- Type: SystemObject
Data to convert. - destination
- Type: Grasshopper.Kernel.TypesComplex
Target for value assignment.
Return Value
Type:
BooleanTrue on success, false on failure.
See Also