STK ObjectsSend 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
[Unmanaged C++]
public: HRESULT Add(
    double inputBackOff,
    double outputBackOff,
    IAgTransferFunctionInputBackOffOutputBackOffTableRow ** ppRetVal
);
[Python - STK API ]
def Add(self, inputBackOff:float, outputBackOff:float) -> "IAgTransferFunctionInputBackOffOutputBackOffTableRow":

Parameters

inputBackOff
outputBackOff

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.