Click or drag to resize

GH_AnnotationBase Constructor (AnnotationBase, ModelAnnotationStyle)

Create a duplicate of an existing annotation.

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

Parameters

annotation
Type: AnnotationBase
Annotation to duplicate
style
Type: Grasshopper.Rhinoceros.AnnotationsModelAnnotationStyle
Annotation style to use
See Also