ESRI.ArcGIS.DataManagementTools Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
map_document Property
See Also 
ESRI.ArcGIS.DataManagementTools Namespace > GenerateMapServerCache Class : map_document Property


The source map document used to create the cache.

(In, Optional)

Syntax

Visual Basic (Declaration)  
Public Property map_document As Object
Visual Basic (Usage) Copy Code
Dim instance As GenerateMapServerCache
Dim value As Object
 
instance.map_document = value
 
value = instance.map_document
C#  
public object map_document {get; set;}

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family

See Also