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++] |
---|
public: HRESULT get_ValidRadarSystems( AgEStkRadarValidSystems * pValidRadarSystems ); public: HRESULT put_ValidRadarSystems( AgEStkRadarValidSystems validRadarSystems ); |
[Java] |
---|
public AgEStkRadarValidSystems getValidRadarSystems(); public void setValidRadarSystems( AgEStkRadarValidSystems ); |
[Python - STK API ![]() |
---|
@property def ValidRadarSystems(self) -> "AgEStkRadarValidSystems": @ValidRadarSystems.setter def ValidRadarSystems(self, validRadarSystems:"AgEStkRadarValidSystems") -> None: |