Description
Opt whether to display contour graphics for
the 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