STK Vector Geometry ToolSend comments on this topic.
IsTypeSupported Method (IAgCrdnVolumeFactory)
See Also
EType
Windows





Windows & Linux

Description

Returns whether the specified type is supported.

Syntax

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

Parameters

EType

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.