The AnnotationsToPlotArray object is a sequence that stores references to plotted annotations. By adding annotations to and removing annotations from this sequence, you can control which annotations are displayed in a particular viewport.
import annotationToolset session.viewports[name].annotationsToPlot
This method brings the Annotation object one position forward in the AnnotationsToPlotArray sequence.
Required argument
An Int specifying the index of the Annotation object in the AnnotationsToPlotArray sequence.
Optional arguments
Return value
Exceptions
This method brings the Annotation object to the beginning of the AnnotationsToPlotArray sequence.
Required argument
An Int specifying the index of the Annotation object in the AnnotationsToPlotArray sequence.
Optional arguments
Return value
Exceptions
This method moves the Annotation object after another object in the same AnnotationsToPlotArray sequence.
Required arguments
An Integer specifying the index of the Annotation object in the AnnotationsToPlotArray sequence.
An Integer specifying the index of the other Annotation object in the AnnotationsToPlotArray sequence after which this object will be moved.
Optional arguments
Return value
Exceptions
This method moves the Annotation object before another object in the same AnnotationsToPlotArray sequence.
Required arguments
An Int specifying the index of the Annotation object in the AnnotationsToPlotArray sequence.
An Int specifying the index of the other Annotation object in the AnnotationsToPlotArray sequence before which this object will be moved.
Optional arguments
Return value
Exceptions
This method sends the Annotation object one position backward in the AnnotationsToPlotArray sequence.
Required argument
An Int specifying the index of the Annotation object in the AnnotationsToPlotArray sequence.
Optional arguments
Return value
Exceptions
This method sends the Annotation object to the end of the AnnotationsToPlotArray sequence.
Required argument
An Int specifying the index of the Annotation object in the AnnotationsToPlotArray sequence.
Optional arguments
Return value
Exceptions