AGI STK VGT 11 Send comments on this topic.
AvailableFunctions Property (IAgCrdnCalcScalarFunction2Var)
See Also 
Windows






Windows & Linux

Description

The available functions. A function(x,y) uses some combination of two scalar arguments x and y as well as one to three constant coefficients a, b, c.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property AvailableFunctions() As System.Array

[C#]
public System.Array AvailableFunctions {get;}

[Managed C++]
public: __property System::Array^ get_AvailableFunctions();

[Unmanaged C++]
public: HRESULT get_AvailableFunctions(
SAFEARRAY ** ppRetVal
);

[Java]
public Object[] getAvailableFunctions();

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface