STK ObjectsSend comments on this topic.
NumDecimalDigits Property (IAgFmGfxTextOptions)
See Also
Windows





Windows & Linux

Description

Number of decimal digits to use in range values in legend.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property NumDecimalDigits() As Integer
[C#]
public int NumDecimalDigits {get; set;}
[Managed C++]
public: __property int get_NumDecimalDigits();
public: __property void set_NumDecimalDigits( int );
[Unmanaged C++]
public: HRESULT get_NumDecimalDigits(
    long * pVal
);
public: HRESULT put_NumDecimalDigits(
    long NumDecimalDigits
);
[Java]
public int getNumDecimalDigits();
public void setNumDecimalDigits(
    int
);
[Python - STK API ]
@property
def NumDecimalDigits(self) -> int:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.