PbNumericDisplayFormatGetFormat Method |
Gets 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 GetFormat(
out PbNumericDisplayFormatFormatTypes type,
out int tenPower,
out int numDecimal
)
Public Sub GetFormat (
<OutAttribute> ByRef type As PbNumericDisplayFormatFormatTypes,
<OutAttribute> ByRef tenPower As Integer,
<OutAttribute> ByRef numDecimal As Integer
)
public:
void GetFormat(
[OutAttribute] PbNumericDisplayFormatFormatTypes% type,
[OutAttribute] int% tenPower,
[OutAttribute] int% numDecimal
)
member GetFormat :
type : PbNumericDisplayFormatFormatTypes byref *
tenPower : int byref *
numDecimal : int byref -> unit
Parameters
- type
- Type: OIV.MeshViz.GraphPbNumericDisplayFormatFormatTypes
- tenPower
- Type: SystemInt32
- numDecimal
- Type: SystemInt32
Remarks See Also