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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.