ESRI.ArcGIS.ADF.Web.UI.WebControls
ResourceRecommendsDynamicTiling Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > DataSourceManager Class : ResourceRecommendsDynamicTiling Method




dataSourceType
The type of data source.
resourceType
The type of GIS resource.
Determines whether the resource type recommends dynamic tiling.

Syntax

Visual Basic (Declaration) 
Public Function ResourceRecommendsDynamicTiling( _
   ByVal dataSourceType As String, _
   ByVal resourceType As String _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As DataSourceManager
Dim dataSourceType As String
Dim resourceType As String
Dim value As Boolean
 
value = instance.ResourceRecommendsDynamicTiling(dataSourceType, resourceType)
C# 
public bool ResourceRecommendsDynamicTiling( 
   string dataSourceType,
   string resourceType
)

Parameters

dataSourceType
The type of data source.
resourceType
The type of GIS resource.

Return Value

Whether dynamic tiling recommended.

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.