The following tables list the members exposed by PackageLayer.
Public Constructors
Public Properties
| Name | Description |
| Alias | The alias for this tool's toolbox. |
| apply_extent_to_arcsde | Specifies the extent that will be used to select ArcSDE data sources.
(In, Optional) |
| convert_arcsde_data | Specifies whether input layers will be converted into file geodatabase or preserve their original format.
(In, Optional) |
| convert_data | Specifies whether input layers will be converted into file geodatabase or preserve their original format.
(In, Optional) |
| extent | Specify the extent by manually entering the coordinates in the extent parameter using the format X-Min Y-Min X-Max Y-Max. Additionally, to use the extent of a specific layer, simply add the layer name for the extent parameter. (In, Optional) |
| in_layer | The layers to package. (In, Required) |
| output_file | The location and name of the output package file (.lpk) to create. (Out, Required) |
| ParameterInfo | The parameters used by this tool. For internal use only. |
| schema_only | Specifies whether the schema of the input layers will be consolidated or packaged.
(In, Optional) |
| ToolboxDirectory | The directory of this tool's toolbox. |
| ToolboxName | The name of this tool's toolbox. |
| ToolName | The name of this tool. |
| version | Specifies if input layers will be converted into a file geodatabase or preserve their original format. For multiple versions, use semicolons to separate the arguments. For example: "CURRENT;9.3.1" (In, Optional) |
Top
See Also