STK Vector Geometry ToolSend comments on this topic.
AvailableFunctions Property (IAgCrdnCalcScalarFunction)
See Also
Windows





Windows & Linux

Description

Get the available function names.

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 AgSafeArray getAvailableFunctions();
[Python - STK API ]
@property
def AvailableFunctions(self) -> list:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.