Gets or sets the band Swerling case.
Read-write property
[Visual Basic .NET] |
---|
Public Property SwerlingCase() As AgERadarSwerlingCase |
[C#] |
---|
public AgERadarSwerlingCase SwerlingCase {get; set;} |
[Managed C++] |
---|
public: __property AgERadarSwerlingCase get_SwerlingCase(); |
[Unmanaged C++] |
---|
public: HRESULT get_SwerlingCase( AgERadarSwerlingCase * pVal ); public: HRESULT put_SwerlingCase( AgERadarSwerlingCase val ); |
[Java] |
---|
public AgERadarSwerlingCase getSwerlingCase(); public void setSwerlingCase( AgERadarSwerlingCase ); |
[Python - STK API ] |
---|
@property def SwerlingCase(self) -> "AgERadarSwerlingCase": @SwerlingCase.setter def SwerlingCase(self, val:"AgERadarSwerlingCase") -> None: |