pltICurve GetLayer
Gets the layer ID of the curve.
Syntax
pltICurve_handle GetLayer
Application
HyperWorks Tcl Query
Description
Returns the layer ID of the curve or 3 = HW_InvalidHandle.
Example
To get a curve’s layer ID:
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName [myProjectName GetActivePage]
myPageName GetWindowHandle myWindowName [myPageName GetActiveWindow]
myWindowName GetClientHandle myPlotName
myPlotName GetCurveHandle myCurveName 1
myCurveName GetLayer
Errors
None.