Inserts and returns a new row at the supplied index.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgTransferFunctionInputBackOffOutputBackOffTableRow InsertAt( int index, double inputBackOff, double outputBackOff ); |
| [Managed C++] |
|---|
public: IAgTransferFunctionInputBackOffOutputBackOffTableRow^ InsertAt( int index, double inputBackOff, double outputBackOff ); |
| [Java] |
|---|
public IAgTransferFunctionInputBackOffOutputBackOffTableRow insertAt( Integer index, double inputBackOff, double outputBackOff ); |
| [Unmanaged C++] |
|---|
|
- index
- inputBackOff
- outputBackOff





