Determines whether the resource type recommends dynamic tiling.
Syntax
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) |
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