Inserts and returns a new row at the supplied index.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgTransferFunctionInputBackOffCOverImTableRow InsertAt( int index, double inputBackOff, double cOverIm ); |
| [Managed C++] |
|---|
public: IAgTransferFunctionInputBackOffCOverImTableRow^ InsertAt( int index, double inputBackOff, double cOverIm ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgTransferFunctionInputBackOffCOverImTableRow insertAt( Integer index, double inputBackOff, double cOverIm ); |
[Python - STK API ] |
|---|
def InsertAt(self, index:int, inputBackOff:float, cOverIm:float) -> "IAgTransferFunctionInputBackOffCOverImTableRow": |
- index
- inputBackOff
- cOverIm






