ESRI.ArcGIS.DataManagementTools | |
XYToLine Class Properties | |
See Also Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers |
ESRI.ArcGIS.DataManagementTools Namespace : XYToLine Class |
For a list of all members of this type, see XYToLine members.
Name | Description | |
---|---|---|
Alias | The alias for this tool's toolbox. | |
endx_field | Ending point's X coordinate field. (In, Required) | |
endy_field | Ending point's Y coordinate field. (In, Required) | |
id_field | ID field from the input table. This may be used to join the output features back to the input table. (In, Optional) | |
in_table | Table with fields for starting and ending X and Y coordinates. (In, Required) | |
line_type | Type of two-point lines to construct. Default line type is GEODESIC. (In, Required) | |
out_featureclass | Feature class that will contain the output lines. (Out, Required) | |
ParameterInfo | The parameters used by this tool. For internal use only. | |
spatial_reference | Spatial Reference of the input coordinates. Default is GCS_WGS_1984. (In, Optional) | |
startx_field | Starting point's X coordinate field. (In, Required) | |
starty_field | Starting point's Y coordinate field. (In, Required) | |
ToolboxDirectory | The directory of this tool's toolbox. | |
ToolboxName | The name of this tool's toolbox. | |
ToolName | The name of this tool. |