ESRI.ArcGIS.ADF.Web.UI.WebControls
ResourceRecommendsDynamicTiling Method
See Also 
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.

See Also

© 2010 All Rights Reserved.