AGI STK Objects 11 Send comments on this topic.
DecimalDigits Property (IAgVmVOLegend)
See Also 
Windows






Windows & Linux

Description

Set the precision, or number of digits that should display to the right of the decimal point, with which real numbers should display.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DecimalDigits() As Integer

[C#]
public int DecimalDigits {get; set;}

[Managed C++]
public: __property int get_DecimalDigits();
public: __property void set_DecimalDigits(
int
);

[Unmanaged C++]
public: HRESULT get_DecimalDigits(
int * pRetVal
);
public: HRESULT put_DecimalDigits(
int NewDecimalDigits
);

[Java]
public ppInteger getDecimalDigits();public void setDecimalDigits(
ppInteger
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface