AGI STK Objects 11Send 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 
[C#]
public bool IsDefinitionTypeSupported(
    AgEFmDefinitionType Def
);
[Managed C++]
public: bool IsDefinitionTypeSupported(
    AgEFmDefinitionType Def
);
[Java]
public bool isDefinitionTypeSupported(
    AgEFmDefinitionType Def
);
[Unmanaged C++]
public: HRESULT IsDefinitionTypeSupported(
    AgEFmDefinitionType Def,
    VARIANT_BOOL * pSupported
);

Parameters

Def

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.