STK ObjectsSend 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
);
[Python - STK API ]
@property
def NumLabelDecDigits(self) -> int:

@NumLabelDecDigits.setter
def NumLabelDecDigits(self, val:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.