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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.