Determines if the functionality supports an operation.
Syntax
Parameters
- operation
- The operation to check for support. Operations are 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 (member) is supported. False if the operation is not supported.
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