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





Description

Inserts a new coefficient at the supplied index.

Syntax

[Visual Basic .NET]
Public Sub InsertAt( _
   ByVal Index As Integer, _
   ByVal coefficient As Double _
) 

[C#]
public void InsertAt(
int Index,
double coefficient
);

[Managed C++]
public: void InsertAt(
int Index,
double coefficient
);

[Java]
public  insertAt(
ppInteger Index,
double coefficient
);

[Unmanaged C++]
public: HRESULT InsertAt(
int Index,
double coefficient
);

Parameters

Index
coefficient

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1