AGI STK Objects 11 Send comments on this topic.
ShowContours Property (IAgTransmitterVO)
See Also 





Description

Opt whether to display contour graphics for the transmitter's antenna.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShowContours() As Boolean

[C#]
public bool ShowContours {get; set;}

[Managed C++]
public: __property bool get_ShowContours();
public: __property void set_ShowContours(
bool
);

[Unmanaged C++]
public: HRESULT get_ShowContours(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ShowContours(
VARIANT_BOOL NewShowContours
);

[Java]
public bool getShowContours();public void setShowContours(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1