AGI STK Objects 11 Send comments on this topic.
InsertAt Method (IAgTransferFunctionInputBackOffOutputBackOffTable)
See Also 
Index
InputBackOff
OutputBackOff





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
);

[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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1