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


The source map document map frame to cache. Only one data frame can be chosen.

(In, Optional)

Syntax

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

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family

See Also