plt3DIPlot GetZeroLineColor
Returns the current zero axes grid line color of the HyperGraph 3D window.
Syntax
plt3DIPlot_handle GetZeroLineColor
Application
HyperWorks Tcl Query
Description
Returns three values from 0 - 255 that represent the red, green, and blue components of the color.
Example
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName [myProjectName GetActivePage]
myPageName GetWindowHandle myWindowName [myPageName GetActiveWindow]
myWindowName GetClientHandle myPlotName
myPlotName GetZeroLineColor
Errors
Success (0) or an error code.