AGI STK Objects 11 Send 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 * pRetVal
);
public: HRESULT put_NumDecimalDigits(
long NewNumDecimalDigits
);

[Java]
public int getNumDecimalDigits();public void setNumDecimalDigits(
int
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface