Inserts and returns a new row at the supplied index.
[Visual Basic .NET] |
---|
Public Function InsertAt( _ ByVal index As Integer, _ ByVal inputBackOff As Double, _ ByVal outputBackOff As Double _ ) As IAgTransferFunctionInputBackOffOutputBackOffTableRow |
[C#] |
---|
public IAgTransferFunctionInputBackOffOutputBackOffTableRow InsertAt( int index, double inputBackOff, double outputBackOff ); |
[Managed C++] |
---|
public: IAgTransferFunctionInputBackOffOutputBackOffTableRow^ InsertAt( int index, double inputBackOff, double outputBackOff ); |
[Unmanaged C++] |
---|
public: HRESULT InsertAt( int index, double inputBackOff, double outputBackOff, IAgTransferFunctionInputBackOffOutputBackOffTableRow ** ppRetVal ); |
[Java] |
---|
public IAgTransferFunctionInputBackOffOutputBackOffTableRow insertAt( Integer index, double inputBackOff, double outputBackOff ); |
[Python - STK API ] |
---|
def InsertAt(self, index:int, inputBackOff:float, outputBackOff:float) -> "IAgTransferFunctionInputBackOffOutputBackOffTableRow": |
- index
- inputBackOff
- outputBackOff