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




in_layer
The layers to package. (In, Required)
output_file
The location and name of the output package file (.lpk) to create. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

in_layer
The layers to package. (In, Required)
output_file
The location and name of the output package file (.lpk) to create. (Out, Required)

See Also

© 2010 All Rights Reserved.