plt3DIPlot GetGridLineColor

Returns the current axes grid line color of the HyperGraph 3D window.

Syntax

plt3DIPlot_handle GetGridLineColor

Application

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 GetGridLineColor

Errors

None.