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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1