PbNumericDisplayFormat Constructor (PbNumericDisplayFormatFormatTypes, Int32, Int32) |
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public PbNumericDisplayFormat(
PbNumericDisplayFormatFormatTypes type,
int tenPower,
int numDecimal
)
Public Sub New (
type As PbNumericDisplayFormatFormatTypes,
tenPower As Integer,
numDecimal As Integer
)
public:
PbNumericDisplayFormat(
PbNumericDisplayFormatFormatTypes type,
int tenPower,
int numDecimal
)
new :
type : PbNumericDisplayFormatFormatTypes *
tenPower : int *
numDecimal : int -> PbNumericDisplayFormat
Parameters
- type
- Type: OIV.MeshViz.GraphPbNumericDisplayFormatFormatTypes
- tenPower
- Type: SystemInt32
- numDecimal
- Type: SystemInt32
Remarks See Also