For a list of all members of this type, see ArcDLG members.
Public Properties
| Name | Description |
| Alias | The alias for this tool's toolbox. |
| in_cover | The coverage to be converted to DLG format. It may contain polygon, line, and node features. (In, Required) |
| in_header_file | The file containing information to be written into the header of the DLG file. (In, Optional) |
| in_point_cover | A coverage containing point features to be written as zero length, degenerate Line (L) records in the output DLG. (In, Optional) |
| in_projection_file | A text file containing input projection parameters to be saved in the DLG header. (In, Optional) |
| out_dlg_file | The output DLG-3 Optional format file to be created. (Out, Required) |
| ParameterInfo | The parameters used by this tool. For internal use only. |
| ToolboxDirectory | The directory of this tool's toolbox. |
| ToolboxName | The name of this tool's toolbox. |
| ToolName | The name of this tool. |
| transform | This operation controls whether a coordinate transformation is performed. Usually, coordinates are transformed to preserve accuracy when written to the DLG.
(In, Optional) |
| x_shift | A constant value to be added to all coverage x-coordinates during the conversion to DLG. X Shift overrides any x-shift parameters found in either projection file or input cover projection definition file. If a value for X Shift is not specified, the default is zero. (In, Optional) |
| y_shift | A constant value to be added to all y-coordinates during conversion to DLG. Y Shift overrides any y-shift parameters found in either the projection file or input cover projection definition file. If a value for Y Shift is not specified, the default is zero. (In, Optional) |
Top
See Also