AGI STK Objects 11 Send comments on this topic.
SwerlingCase Property (IAgRadarCrossSectionFrequencyBand)
See Also 





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1