geSetProbeUserLPP
geSetProbeUserLPP(
l_lpp
)
=> t / nil
Description
Sets the layer-purpose pair to be used by the geAdd*Probe functions if no layer-purpose pair is passed in to these functions.
This function overrides the cycling of layers y0 through y9 with purpose drawing. This is a global variable.
Arguments
|
Layer-purpose pair to use for successive probing operations. |
Value Returned
Examples
Sets the default probe layer to be the error marker layer.
geSetProbeUserLPP( list( "marker" "error" ) )
Related Topics
Return to top