AGI STK Objects 11Send 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
[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(
   ppInteger Index,
   double InputBackOff,
   double OutputBackOff
);
[Unmanaged C++]
public: HRESULT InsertAt(
   int Index,
   double InputBackOff,
   double OutputBackOff,
   IAgTransferFunctionInputBackOffOutputBackOffTableRow ** ReturnValue
);

Parameters

Index
InputBackOff
OutputBackOff

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.