Gets or sets the SNR contour type.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property SNRContourType() As AgERadarSNRContourType |
| [C#] |
|---|
public AgERadarSNRContourType SNRContourType {get; set;} |
| [Managed C++] |
|---|
public: __property AgERadarSNRContourType get_SNRContourType(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgERadarSNRContourType getSNRContourType(); public void setSNRContourType( AgERadarSNRContourType ); |
[Python - STK API ] |
|---|
@property def SNRContourType(self) -> "AgERadarSNRContourType": @SNRContourType.setter def SNRContourType(self, val:"AgERadarSNRContourType") -> None: |






