Click or drag to resize

GH_AnnotationBase Constructor (AnnotationBase)

Create a duplicate of an existing annotation.

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

Parameters

annotation
Type: AnnotationBase
Annotation to duplicate
See Also