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






Windows & Linux

Description

Adds and returns a new row.

Syntax

[Visual Basic .NET]
Public Function Add( _
   ByVal InputBackOff As Double, _
   ByVal OutputBackOff As Double _
) As IAgTransferFunctionInputBackOffOutputBackOffTableRow
[Managed C++]
public: IAgTransferFunctionInputBackOffOutputBackOffTableRow^ Add(
   double InputBackOff,
   double OutputBackOff
);
[Unmanaged C++]
public: HRESULT Add(
   double InputBackOff,
   double OutputBackOff,
   IAgTransferFunctionInputBackOffOutputBackOffTableRow ** ReturnValue
);

Parameters

InputBackOff
OutputBackOff

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.