AGI STK Objects 11 Send comments on this topic.
NumOfDecimalDigits Property (IAgVeGfxElevContours)
See Also 





Description

Number of decimal digits. Dimensionless.

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 * pRetVal
);
public: HRESULT put_NumOfDecimalDigits(
long NewNumOfDecimalDigits
);

[Java]
public int getNumOfDecimalDigits();public void setNumOfDecimalDigits(
int
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1