NumericalDisplayFormat (Object)

Interface to manage numerical format properties of GST, DRF and Datum Target.

Properties


Property AvilableDisplayFactor() As (Read Only)
Retrieves or sets the maximun level of factor available to be displayed.
It may vary according to the name of the format.
Property DisplayFactor() As
Retrieves or sets the level of factor to be displayed.
The numerical values associated to the annotation will be displayed as per this Display Factor.
Property DisplayLeadingZero() As
Retrieves or sets the annotation DisplayLeadingZero.
The numerical values associated to the annotation will be displayed as per this DisplayLeadingZero.
The integer value of onValue/inValue corresponding to:
0 : no display of LeadingZero.
1 : display the LeadingZero.
Property DisplayTrailingZero() As
Retrieves or sets the annotation DisplayTrailingZero.
The numerical values associated to the annotation will be displayed as per this DisplayTrailingZero.
The integer value of onValue/inValue corresponding to:
0 : no display of TrailingZero.
1 : display the TrailingZero.
Property FormatName() As
Retrieves or sets the format name.
The numerical values associated to the annotation will be displayed as per this format.
Property Precision() As
Retrieves or sets the precision of annotation.
The numerical values associated to the annotation will be displayed as per this precision.
Property Separator() As
Retrieves or sets the annotation separator.
The numerical values associated to the annotation will be displayed with this seperator.
The integer value of onValue/inValue corresponding to:
0 ""
1 "/"
2 ":"
3 "("
4 ")"
5 "\\"
6 ","
7 "<
8 ">
9 "X"
10 "*"
11 "."
12 ";"
13 "+"
14 "["
15 "]"
16 "-"
17 "_"
18 " "