ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
Supports Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > ImageMapTocFunctionality Class : Supports Method




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").
Determines if the functionality supports an operation.

Syntax

Visual Basic (Declaration) 
Public Function Supports( _
   ByVal operation As String _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ImageMapTocFunctionality
Dim operation As String
Dim value As Boolean
 
value = instance.Supports(operation)
C# 
public bool Supports( 
   string operation
)

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

© 2011 All Rights Reserved.