STK ObjectsSend comments on this topic.
NumOfDecimalDigits Property (IAgGfxRangeContours)
See Also
Windows





Windows & Linux

Description

Number of decimal digits.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property NumOfDecimalDigits() As Integer
[C#]
public int NumOfDecimalDigits {get; set;}
[Managed C++]
public: __property int get_NumOfDecimalDigits();
public: __property void set_NumOfDecimalDigits( int );
[Unmanaged C++]
public: HRESULT get_NumOfDecimalDigits(
    long * pVal
);
public: HRESULT put_NumOfDecimalDigits(
    long DecDigits
);
[Java]
public int getNumOfDecimalDigits();
public void setNumOfDecimalDigits(
    int
);
[Python - STK API ]
@property
def NumOfDecimalDigits(self) -> int:

@NumOfDecimalDigits.setter
def NumOfDecimalDigits(self, DecDigits:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.