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





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1