Click or drag to resize

CodeObjectAttachAnnotation Method (Annotation, Boolean)

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public virtual void AttachAnnotation(
	Annotation annotation,
	bool atFront = false
)

Parameters

annotation
Type: Nova.CodeDOMAnnotation
The Annotation.
atFront (Optional)
Type: SystemBoolean
Inserts at the front if true, otherwise adds at the end.
See Also