STK ObjectsSend comments on this topic.
IsComputeTypeSupported Method (IAgFmDefCompute)
See Also
ComputeType
Windows





Windows & Linux

Description

Is the type of compute option supported?

Syntax

[Visual Basic .NET]
Public Function IsComputeTypeSupported( _
    ByVal ComputeType As AgEFmCompute _
) As Boolean
[C#]
public bool IsComputeTypeSupported(
    AgEFmCompute ComputeType
);
[Managed C++]
public: bool IsComputeTypeSupported(
    AgEFmCompute ComputeType
);
[Unmanaged C++]
public: HRESULT IsComputeTypeSupported(
    AgEFmCompute ComputeType,
    VARIANT_BOOL * pRetVal
);
[Java]
public bool isComputeTypeSupported(
    AgEFmCompute ComputeType
);
[Python - STK API ]
def IsComputeTypeSupported(self, ComputeType:"AgEFmCompute") -> bool:

Parameters

ComputeType

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.