ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
SupportsFunctionality Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > GISResourceBase Class : SupportsFunctionality Method




functionalityType
An interface type that derives from IGISFunctionality.
Whether the resource supports a specific type of IGISFunctionality.

Syntax

Visual Basic (Declaration) 
Public MustOverride Function SupportsFunctionality( _
   ByVal functionalityType As Type _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As GISResourceBase
Dim functionalityType As Type
Dim value As Boolean
 
value = instance.SupportsFunctionality(functionalityType)
C# 
public abstract bool SupportsFunctionality( 
   Type functionalityType
)

Parameters

functionalityType
An interface type that derives from IGISFunctionality.

Return Value

True if the functionality is supported, false if not.

See Also

© 2010 All Rights Reserved.