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




operation
Operations are names of members (methods, properties) on the functionality class.
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 MapFunctionality
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.

Return Value

True if supports the operation, false if not supported.

Remarks

The following operations are not supported:

GetCopyrightText for all ArcIMS map service types and GetScale if the underlying ArcIMS service uses ArcMap Server.

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.