AGI STK VGT 11 Send comments on this topic.
Coefficients Property (IAgCrdnCalcScalarFunction)
See Also 
Windows






Windows & Linux

Description

The array of constant coefficients, whose dimension and units are determined by those of input and output.

Property type

Read-write property

Syntax

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

[C#]
public System.Array Coefficients {get; set;}

[Managed C++]
public: __property System::Array^ get_Coefficients();
public: __property void set_Coefficients(
System::Array ^
);

[Unmanaged C++]
public: HRESULT get_Coefficients(
SAFEARRAY ** ppRetVal
);
public: HRESULT put_Coefficients(
SAFEARRAY * pNewCoefficients
);

[Java]
public Object[] getCoefficients();public void setCoefficients(
Object[]
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface