STK ObjectsSend comments on this topic.
ShowLabels Property (IAgAntennaContour)
See Also
Windows





Windows & Linux

Description

Gets or sets the option for showing contour labels

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShowLabels() As Boolean
[C#]
public bool ShowLabels {get; set;}
[Managed C++]
public: __property bool get_ShowLabels();
public: __property void set_ShowLabels( bool );
[Unmanaged C++]
public: HRESULT get_ShowLabels(
    VARIANT_BOOL * pVal
);
public: HRESULT put_ShowLabels(
    VARIANT_BOOL val
);
[Java]
public bool getShowLabels();
public void setShowLabels(
    bool
);
[Python - STK API ]
@property
def ShowLabels(self) -> bool:

@ShowLabels.setter
def ShowLabels(self, val:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.