Working with Notes using SOLIDWORKS API
INote interface is a SOLIDWORKS API representation of the note annotation. This interface would work with notes in assembly, part and drawing environments.
Pointer to the note can be retrieved via IAnnotation::GetSpecificAnnotation SOLIDWORKS API call.
This section contains various macro examples and code snippets for managing notes in SOLIDWORKS using API.