GetProgramValue Method
Description
Returns the value of the application setting
Syntax
Visual Basic |
---|
Public Function GetProgramValue( _ ByVal opt As RPROGVALUESTYPE _ ) As Double |
Parameters
- opt
Value Description PCD_AUTOTRIGDISTANCE PCD_DIMPLACES PCD_MANRETRACT PCD_MEASSCALE PCD_PH9WARNDELTA PCD_PROBERADIUS PCD_ROTTABLEANGLE PCD_TABLETOL PCD_VALISYSERRTIMEOUT The option’s value that is being retrieved.
Return Type
Returns the current value of the given option.
See Also