STK ObjectsSend comments on this topic.
Coefficients Property (IAgRfModelSCFMethod)
See Also
Windows





Windows & Linux

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 ** ppVal
);
[Java]
public IAgRfCoefficients getCoefficients();
[Python - STK API ]
@property
def Coefficients(self) -> "IAgRfCoefficients":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.