Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1556
News FAQ
Search Home


next up previous contents index
Next: viewerannotations.setshapeoptions - Function Up: viewerannotations - Tool Previous: viewerannotations.setalloptions - Function


viewerannotations.getshapeoptions - Function



Package display
Module viewer
Tool viewerannotations


Returns the option record for the specified shape


Synopsis
getshapeoptions(whichshape)


Arguments

whichshape Return options for this shape
Allowed: Integer


Returns
Record


Description

This function returns the option record for the shape with the specified index. The index of the current / selected shape can be determined by using the whichshape function.



Example
#Return the options for the currently selected shape:
annotator := mydisplaypanel.annotator();
shapeoptions := annotator.getshapeoptions(annotator.whichshape());





next up previous contents index
Next: viewerannotations.setshapeoptions - Function Up: viewerannotations - Tool Previous: viewerannotations.setalloptions - Function   Contents   Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-10-15