STK ObjectsSend comments on this topic.
ComputeSupportedTypes Property (IAgFmDefCompute)
See Also
Windows





Windows & Linux

Description

Compute supported types.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property ComputeSupportedTypes() As System.Array
[C#]
public System.Array ComputeSupportedTypes {get;}
[Managed C++]
public: __property System::Array get_ComputeSupportedTypes();
[Unmanaged C++]
public: HRESULT get_ComputeSupportedTypes(
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray getComputeSupportedTypes();
[Python - STK API ]
@property
def ComputeSupportedTypes(self) -> list:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.