AGI STK Objects 11 Send comments on this topic.
SNRContourType Property (IAgRadarAccessGraphics)
See Also 





Description

Gets or sets the SNR contour type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SNRContourType() As AgERadarSNRContourType

[C#]
public AgERadarSNRContourType SNRContourType {get; set;}

[Managed C++]
public: __property AgERadarSNRContourType get_SNRContourType();
public: __property void set_SNRContourType(
AgERadarSNRContourType
);

[Unmanaged C++]
public: HRESULT get_SNRContourType(
AgERadarSNRContourType * pRetVal
);
public: HRESULT put_SNRContourType(
AgERadarSNRContourType NewSNRContourType
);

[Java]
public AgERadarSNRContourType getSNRContourType();public void setSNRContourType(
AgERadarSNRContourType
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1