STK ObjectsSend comments on this topic.
IsTypeSupported Method (IAgFmDefDilutionOfPrecision)
See Also
ComputeType
Windows





Windows & Linux

Description

Is the compute option supported?

Syntax

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

Parameters

ComputeType

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.