geSetTCProbeDisplayStyle
geSetTCProbeDisplayStyle(
d_probeId
g_trueColorProbeVal
g_probeHighlightVal
)
=> t / nil
Description
Sets the trueColorProbeVal and probeHighlightVal options of the specified probeId.
Arguments
|
Indicates whether the true color probe will be drawn or not. |
|
Value Returned
|
The specified values have been successfully set to the specified probeId. |
|
|
The specified values have not been successfully set to the specified probeId. |
Examples
myProbe = geMakeProbeWithColor(?window win ?name "myProbe" ?object '("n1") ?color list( "hilite"
"drawing7" ) ?probeType "net")
geSetTCProbeDisplayStyle(myProbe t t)
Related Topics
Return to top