plt3DIPlane GetLabelLocation
Gets the location of a plane's label.
Syntax
plt3DIPlane_handle GetLabelLocation
Application
HyperWorks Tcl Query
Description
Returns the label location. Options include left, right, top, bottom, upper left, upper right, lower left, lower right.
Example
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName [myProjectName GetActivePage]
myPageName GetWindowHandle myWindowName [myPageName GetActiveWindow]
myWindowName GetClientHandle myPlotName
myPlotName GetPlaneHandle myPlaneName [myPlotName AddPlane]
myPlaneName GetLabelLocation
Errors
None.