Click or drag to resize

GH_AnnotationBase Constructor (GH_AnnotationBase)

Create a duplicate of another GH_AnnotationBase. This constructor also copies reference data.

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
protected GH_AnnotationBase(
	GH_AnnotationBase other
)

Parameters

other
Type: Grasshopper.Kernel.TypesGH_AnnotationBase
GH_AnnotationBase to duplicate
See Also