The Annotation object is the abstract base type for other Annotation objects. The Annotation object has no explicit constructor. The methods and members of the Annotation object are common to all objects derived from Annotation.
import annotationToolset mdb.annotations[name] session.odbs[name].userData.annotations[name] session.viewports[name].annotationsToPlot[i]
This method brings the Annotation object to the top of the annotation stack.
Arguments
Return value
Exceptions
This method sends the Annotation object to the bottom of the annotation stack.
Arguments
Return value
Exceptions
This method brings the Annotation object one position up in the annotation stack.
Arguments
Return value
Exceptions
This method sends the Annotation object one position down in the annotation stack.
Arguments
Return value
Exceptions
This method moves the Annotation object before another object in the same repository.
Required argument
A String specifying the name of the other Annotation object.
Optional arguments
Return value
Exceptions
This method moves the Annotation object after another object in the same repository.
Required argument
A String specifying the name of the other Annotation object.
Optional arguments
Return value
Exceptions