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





Description

Gets or sets the option for showing contour lables

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 * pRetVal
);
public: HRESULT put_ShowLabels(
VARIANT_BOOL NewShowLabels
);

[Java]
public bool getShowLabels();public void setShowLabels(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1