![]() ![]() |
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer | |
Supports Method | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > MapFunctionality Class : Supports Method |
- operation
- The operation is the name of a member (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
- The operation is the name of a member (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 supports the operation, false if unsupported.This method may be used to test whether the map functionality and data source support an operation. An example is "DrawExtent": if this method returns false, then the DrawExtent method cannot be used with this map functionality (may be true if the data source only supports returning pre-created map tiles, rather than dynamic map images).
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