Accessimport annotationToolset
session.viewports[name].annotationsToPlot
bringForward(...)
This method brings the Annotation object one position forward in the AnnotationsToPlotArray sequence. Required arguments
Optional argumentsNone. Return valueNone. ExceptionsNone. bringToFront(...)
This method brings the Annotation object to the beginning of the AnnotationsToPlotArray sequence. Required arguments
Optional argumentsNone. Return valueNone. ExceptionsNone. moveAfter(...)
This method moves the Annotation object after another object in the same AnnotationsToPlotArray sequence. Required arguments
Optional argumentsNone. Return valueNone. ExceptionsNone. moveBefore(...)
This method moves the Annotation object before another object in the same AnnotationsToPlotArray sequence. Required arguments
Optional argumentsNone. Return valueNone. ExceptionsNone. sendBackward(...)
This method sends the Annotation object one position backward in the AnnotationsToPlotArray sequence. Required arguments
Optional argumentsNone. Return valueNone. ExceptionsNone. sendToBack(...)
This method sends the Annotation object to the end of the AnnotationsToPlotArray sequence. Required arguments
Optional argumentsNone. Return valueNone. ExceptionsNone. MembersThe AnnotationsToPlotArray object has no members. |