Click or drag to resize
PbNumericDisplayFormatSetFormat Method (PbNumericDisplayFormatFormatTypes, Int32, Int32)

Sets the numerical display format.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetFormat(
	PbNumericDisplayFormatFormatTypes type,
	int tenPower,
	int numDecimal
)

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