AGI STK Objects 11Send 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 * pRetVal
);
public: HRESULT put_SwerlingCase(
   AgERadarSwerlingCase NewSwerlingCase
);
[Java]
public AgERadarSwerlingCase getSwerlingCase();public void setSwerlingCase(
   AgERadarSwerlingCase
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.