Determines if the functionality supports an operation.
Syntax
Parameters
- operation
- Operations are names of members (methods, properties) on the functionality class.
For example, IMapFunctionality has a GetScale method. To check for support, call the Supports method and provide the method name as the input parameter. For example mapFunctionality.Supports("GetScale").
Return Value
True if the operation is supported, false if unsupported.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also