![]() ![]() |
ESRI.ArcGIS.ADF.Web.DataSources.OGCWMSService | |
Supports Method | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.Web.DataSources.OGCWMSService Namespace > MapFunctionality Class : Supports Method |
- operation
- 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").
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As MapFunctionality Dim operation As String Dim value As Boolean value = instance.Supports(operation) |
Parameters
- operation
- 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 operation is supported, false otherwise.The following operations are not supported:
GetScale, GetVisibleScale, GetCopyrightText, Units
GetScale, GetVisibleScale, GetCopyrightText, Units
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