Click or drag to resize
PbNumericDisplayFormatGetFormat Method

Gets 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 GetFormat(
	out PbNumericDisplayFormatFormatTypes type,
	out int tenPower,
	out int numDecimal
)

Parameters

type
Type: OIV.MeshViz.GraphPbNumericDisplayFormatFormatTypes
tenPower
Type: SystemInt32
numDecimal
Type: SystemInt32
Remarks

See Also