AGI STK Objects 11Send 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 
[C#]
public bool IsComputeTypeSupported(
    AgEFmCompute ComputeType
);
[Managed C++]
public: bool IsComputeTypeSupported(
    AgEFmCompute ComputeType
);
[Java]
public bool isComputeTypeSupported(
    AgEFmCompute ComputeType
);
[Unmanaged C++]
public: HRESULT IsComputeTypeSupported(
    AgEFmCompute ComputeType,
    VARIANT_BOOL * pRetVal
);

Parameters

ComputeType

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.