Opt whether to display contour graphics for the antenna.
Read-write property
[Visual Basic .NET] |
---|
Public Property ShowContours() As Boolean |
[C#] |
---|
public bool ShowContours {get; set;} |
[Managed C++] |
---|
public: __property bool get_ShowContours(); |
[Unmanaged C++] |
---|
public: HRESULT get_ShowContours( VARIANT_BOOL * pVal ); public: HRESULT put_ShowContours( VARIANT_BOOL val ); |
[Java] |
---|
public bool getShowContours(); public void setShowContours( bool ); |