GH_ConvertToAnnotationBase_Secondary Method |
Attempts to convert other data types into an Rhino.Geometry.AnnotationBase.
Data is not quaranteed to be duplicated.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public static bool ToAnnotationBase_Secondary(
Object data,
ref AnnotationBase rc
)
Public Shared Function ToAnnotationBase_Secondary (
data As Object,
ByRef rc As AnnotationBase
) As Boolean
Parameters
- data
- Type: SystemObject
Data to convert - rc
- Type: AnnotationBase
Return Value
Type:
BooleanAn Rhino.Geometry.AnnotationBase instance if successful, or Nothing on failure.
See Also