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






Windows & Linux

Description

Gets or sets the integer number of decimal places to display in the contour label

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property int get_NumLabelDecDigits();
public: __property void set_NumLabelDecDigits(
int
);

[Unmanaged C++]
public: HRESULT get_NumLabelDecDigits(
int * pRetVal
);
public: HRESULT put_NumLabelDecDigits(
int NewNumLabelDecDigits
);

[Java]
public ppInteger getNumLabelDecDigits();public void setNumLabelDecDigits(
ppInteger
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface