AGI STK Objects 11 Send comments on this topic.
NumDecimalDigits Property (IAgFmGfxTextOptions)
See Also 





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1