ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
TileFunctionality Constructor(String,MapResourceBase)
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > TileFunctionality Class > TileFunctionality Constructor : TileFunctionality Constructor(String,MapResourceBase)




name
Name of the TileFunctionality.
resource
Map resource to use for the tile functionality. Must work with a map service with a tiled map cache.
Constructor.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal name As String, _
   ByVal resource As MapResourceBase _
)
Visual Basic (Usage)Copy Code
Dim name As String
Dim resource As MapResourceBase
 
Dim instance As New TileFunctionality(name, resource)
C# 
public TileFunctionality( 
   string name,
   MapResourceBase resource
)

Parameters

name
Name of the TileFunctionality.
resource
Map resource to use for the tile functionality. Must work with a map service with a tiled map cache.

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.