STK ObjectsSend comments on this topic.
ShowSNRContour Property (IAgRadarAccessGraphics)
See Also
Windows





Windows & Linux

Description

Opt whether to display graphics for the SNR contour.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShowSNRContour() As Boolean
[C#]
public bool ShowSNRContour {get; set;}
[Managed C++]
public: __property bool get_ShowSNRContour();
public: __property void set_ShowSNRContour( bool );
[Unmanaged C++]
public: HRESULT get_ShowSNRContour(
    VARIANT_BOOL * pVal
);
public: HRESULT put_ShowSNRContour(
    VARIANT_BOOL val
);
[Java]
public bool getShowSNRContour();
public void setShowSNRContour(
    bool
);
[Python - STK API ]
@property
def ShowSNRContour(self) -> bool:

@ShowSNRContour.setter
def ShowSNRContour(self, val:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.