Gets a value indicating whether the specified type can be used.
[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: |
- Def