AGI STK Objects 11 Send comments on this topic.
Add Method (IAgTransferFunctionPolynomialCollection)
See Also 
coefficient
Windows






Windows & Linux

Description

Adds a new coefficient.

Syntax

[Visual Basic .NET]
Public Sub Add( _
   ByVal coefficient As Double _
) 

[C#]
public void Add(
double coefficient
);

[Managed C++]
public: void Add(
double coefficient
);

[Java]
public  add(
double coefficient
);

[Unmanaged C++]
public: HRESULT Add(
double coefficient
);

Parameters

coefficient

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface