STK ObjectsSend comments on this topic.
InsertAt Method (IAgTransferFunctionInputBackOffOutputBackOffTable)
See Also
index
inputBackOff
outputBackOff
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 outputBackOff As Double _
) As IAgTransferFunctionInputBackOffOutputBackOffTableRow
[Managed C++]
public: IAgTransferFunctionInputBackOffOutputBackOffTableRow^ InsertAt(
    int index,
    double inputBackOff,
    double outputBackOff
);
[Unmanaged C++]
public: HRESULT InsertAt(
    int index,
    double inputBackOff,
    double outputBackOff,
    IAgTransferFunctionInputBackOffOutputBackOffTableRow ** ppRetVal
);
[Python - STK API ]
def InsertAt(self, index:int, inputBackOff:float, outputBackOff:float) -> "IAgTransferFunctionInputBackOffOutputBackOffTableRow":

Parameters

index
inputBackOff
outputBackOff

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.