Gets or sets the valid radar system mask.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property ValidRadarSystems() As AgEStkRadarValidSystems |
| [C#] |
|---|
public AgEStkRadarValidSystems ValidRadarSystems {get; set;} |
| [Managed C++] |
|---|
public: __property AgEStkRadarValidSystems get_ValidRadarSystems(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEStkRadarValidSystems getValidRadarSystems(); public void setValidRadarSystems( AgEStkRadarValidSystems ); |
[Python - STK API ] |
|---|
@property def ValidRadarSystems(self) -> "AgEStkRadarValidSystems": @ValidRadarSystems.setter def ValidRadarSystems(self, validRadarSystems:"AgEStkRadarValidSystems") -> None: |






