STK ObjectsSend comments on this topic.
SwerlingCase Property (IAgRadarCrossSectionFrequencyBand)
See Also
Windows





Windows & Linux

Description

Gets or sets the band Swerling case.

Property type

Read-write property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.