PbNumericDisplayFormatSetFormat Method (PbNumericDisplayFormatFormatTypes, Int32, Int32) |
Sets the numerical display format.
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetFormat(
PbNumericDisplayFormatFormatTypes type,
int tenPower,
int numDecimal
)
Public Sub SetFormat (
type As PbNumericDisplayFormatFormatTypes,
tenPower As Integer,
numDecimal As Integer
)
public:
void SetFormat(
PbNumericDisplayFormatFormatTypes type,
int tenPower,
int numDecimal
)
member SetFormat :
type : PbNumericDisplayFormatFormatTypes *
tenPower : int *
numDecimal : int -> unit
Parameters
- type
- Type: OIV.MeshViz.GraphPbNumericDisplayFormatFormatTypes
- tenPower
- Type: SystemInt32
- numDecimal
- Type: SystemInt32
Remarks If the format is AUTO_FORMAT, numDecimal and tenPower are useless. If the format is FLOAT_FORMAT, numDecimal indicates the number of decimals placed after the decimal point and tenPower is the power of ten divisor. If the format is INTEGER_FORMAT, numDecimal is useless.
See Also