STK ObjectsSend comments on this topic.
ShowContours Property (IAgRadarCrossSectionVO)
See Also
Windows





Windows & Linux

Description

Option for displaying radar cross section contour graphics.

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

© 2024 Analytical Graphics, Inc. All Rights Reserved.