Description
Opt whether to display contour graphics for the receiver'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 * pVal
);
public: HRESULT put_ShowContours(
VARIANT_BOOL val
);
|
[Java] |
---|
public bool getShowContours();
public void setShowContours(
bool
);
|
[Python - STK API] |
---|
@property
def ShowContours(self) -> bool:
@ShowContours.setter
def ShowContours(self, val:bool) -> None:
|
See Also