Description
Gets or sets the integer number of decimal places to display in the contour label
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property NumLabelDecDigits() As Integer
|
[C#] |
---|
public int NumLabelDecDigits {get; set;}
|
[Managed C++] |
---|
public: __property int get_NumLabelDecDigits(); public: __property void set_NumLabelDecDigits( int );
|
[Unmanaged C++] |
---|
public: HRESULT get_NumLabelDecDigits( int * pRetVal ); public: HRESULT put_NumLabelDecDigits( int NewNumLabelDecDigits );
|
[Java] |
---|
public ppInteger getNumLabelDecDigits();public void setNumLabelDecDigits( ppInteger );
|
See Also