AGI STK Objects 11Send 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 * pVal
);
public: HRESULT put_NumLabelDecDigits(
    int val
);
[Java]
public Integer getNumLabelDecDigits();
public void setNumLabelDecDigits(
    Integer
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.