AGI STK Objects 11Send comments on this topic.
InsertAt Method (IAgTransferFunctionInputBackOffCOverImTable)
See Also 
Index
InputBackOff
COverIm
Windows






Windows & Linux

Description

Inserts and returns a new row at the supplied index.

Syntax

[Visual Basic .NET]
Public Function InsertAt( _
   ByVal Index As Integer, _
   ByVal InputBackOff As Double, _
   ByVal COverIm As Double _
) As IAgTransferFunctionInputBackOffCOverImTableRow
[C#]
public IAgTransferFunctionInputBackOffCOverImTableRow InsertAt(
   int Index,
   double InputBackOff,
   double COverIm
);
[Managed C++]
public: IAgTransferFunctionInputBackOffCOverImTableRow^ InsertAt(
   int Index,
   double InputBackOff,
   double COverIm
);
[Java]
public IAgTransferFunctionInputBackOffCOverImTableRow insertAt(
   ppInteger Index,
   double InputBackOff,
   double COverIm
);
[Unmanaged C++]
public: HRESULT InsertAt(
   int Index,
   double InputBackOff,
   double COverIm,
   IAgTransferFunctionInputBackOffCOverImTableRow ** ReturnValue
);

Parameters

Index
InputBackOff
COverIm

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.