STK AgRadarPluginSend comments on this topic.
ValidRadarSystems Property (IAgStkRadarClutterGeometryPluginRegInfo)
See Also
Windows





Windows & Linux

Description

Gets or sets the valid radar system mask.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ValidRadarSystems() As AgEStkRadarValidSystems
[C#]
public AgEStkRadarValidSystems ValidRadarSystems {get; set;}
[Managed C++]
public: __property AgEStkRadarValidSystems get_ValidRadarSystems();
public: __property void set_ValidRadarSystems( AgEStkRadarValidSystems );
[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:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.