AGI STK Objects 11 Send comments on this topic.
Coefficients Property (IAgRfModelSCFMethod)
See Also 





Description

Gets the polynomial coefficients

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Coefficients() As IAgRfCoefficients

[C#]
public IAgRfCoefficients Coefficients {get;}

[Managed C++]
public: __property IAgRfCoefficients^ get_Coefficients();

[Unmanaged C++]
public: HRESULT get_Coefficients(
IAgRfCoefficients ** ppRetVal
);

[Java]
public IAgRfCoefficients getCoefficients();

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1