ESRI.ArcGIS.DataManagementTools
PackageMap Constructor(Object,Object)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace > PackageMap Class > PackageMap Constructor : PackageMap Constructor(Object,Object)




in_map
The map document to package. (In, Required)
output_file
The name and location of the output map package (.mpk). (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_map As Object, _
   ByVal output_file As Object _
)
Visual Basic (Usage)Copy Code
Dim in_map As Object
Dim output_file As Object
 
Dim instance As PackageMap(in_map, output_file)
C# 
public PackageMap( 
   object in_map,
   object output_file
)

Parameters

in_map
The map document to package. (In, Required)
output_file
The name and location of the output map package (.mpk). (Out, Required)

See Also

© 2010 All Rights Reserved.