STK ObjectsSend comments on this topic.
IsDefinitionTypeSupported Method (IAgObjectCoverageFOM)
See Also
Def
Windows





Windows & Linux

Description

Gets a value indicating whether the specified type can be used.

Syntax

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

Parameters

Def

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.