geSetCrossProbeValue
geSetCrossProbeValue(t_viewTypeName[g_value] ) => t / nil
Description
Sets the view types to cross-probe.
The crossProbe form is created only on the first addProbe menu command. If this function is called before the crossProbe form is created, then a list of defaults is accumulated. During the creation of the crossProbe form, the default list is checked to see if the value on the form defaults to true.
Arguments
Value Returned
Examples
Set to cross probe graphic view types by default.
geSetCrossProbeValue( "graphic" t )
Related Topics
Return to top