PbNumericDisplayFormat Class |
Class to define a numeric display format.
Namespace: OIV.MeshViz.Graph
The PbNumericDisplayFormat type exposes the following members.
Name | Description | |
---|---|---|
PbNumericDisplayFormat | Calls PbNumericDisplayFormat(OIV.MeshViz.Graph.PbNumericDisplayFormat.FormatTypes( .PbNumericDisplayFormat.AUTO_FORMAT ), System.Int32(0), System.Int32(0)). | |
PbNumericDisplayFormat(PbNumericDisplayFormatFormatTypes) | Calls PbNumericDisplayFormat(type, System.Int32(0), System.Int32(0)). | |
PbNumericDisplayFormat(PbNumericDisplayFormatFormatTypes, Int32) | Calls PbNumericDisplayFormat(type, tenPower, System.Int32(0)). | |
PbNumericDisplayFormat(PbNumericDisplayFormatFormatTypes, Int32, Int32) | Constructor. |
Name | Description | |
---|---|---|
CopyFrom(PbBase) | Assignment operator. | |
CopyFrom(PbNumericDisplayFormat) | Assignment operator. | |
EnableConnection | Activates/deactivates the mechanism of connection. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetFormat | Gets the numerical display format. | |
GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsConnectionEnabled | Returns true if the connection mechanism is active, otherwise false. | |
SetFormat | Calls SetFormat(OIV.MeshViz.Graph.PbNumericDisplayFormat.FormatTypes( .PbNumericDisplayFormat.AUTO_FORMAT ), System.Int32(0), System.Int32(0)). | |
SetFormat(PbNumericDisplayFormatFormatTypes) | Calls SetFormat(type, System.Int32(0), System.Int32(0)). | |
SetFormat(PbNumericDisplayFormatFormatTypes, Int32) | Calls SetFormat(type, tenPower, System.Int32(0)). | |
SetFormat(PbNumericDisplayFormatFormatTypes, Int32, Int32) | Sets the numerical display format. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Touch | Simulates the changing of an instance of this object, so all connected objects are informed of this change. |
This class is used to define a numerical display format for numerical values to be displayed. There are three formats available: automatic format, floating point format, integer format. The default format is the automatic format. The automatic format selects the best format adapted to the domain of values to be displayed. The floating point format and the integer format divide the numerical value to be displayed by the power of ten, and then display it in the selected format.