STK ObjectsSend 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
);
[Unmanaged C++]
public: HRESULT InsertAt(
    int index,
    double inputBackOff,
    double cOverIm,
    IAgTransferFunctionInputBackOffCOverImTableRow ** ppRetVal
);
[Java]
public IAgTransferFunctionInputBackOffCOverImTableRow insertAt(
    Integer index,
    double inputBackOff,
    double cOverIm
);
[Python - STK API ]
def InsertAt(self, index:int, inputBackOff:float, cOverIm:float) -> "IAgTransferFunctionInputBackOffCOverImTableRow":

Parameters

index
inputBackOff
cOverIm

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.