Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | display | |
Module | viewer | |
Tool | viewerannotations |
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.
Returns the option record for the
specified shape
Synopsis
getshapeoptions(whichshape)
Arguments
whichshape
Return options for this shape
Allowed:
Integer
Returns
Record
Description
Example
#Return the options for the currently selected shape:
annotator := mydisplaypanel.annotator();
shapeoptions := annotator.getshapeoptions(annotator.whichshape());
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