ESRI.ArcGIS.DataManagementTools | |
SplitLineAtPoint Class Members | |
See Also Properties Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers |
ESRI.ArcGIS.DataManagementTools Namespace : SplitLineAtPoint Class |
The following tables list the members exposed by SplitLineAtPoint.
Name | Description | |
---|---|---|
SplitLineAtPoint Constructor | Overloaded. Constructor that takes all required parameters for geoprocessor execution. |
Name | Description | |
---|---|---|
Alias | The alias for this tool's toolbox. | |
in_features | The input line features to be split. (In, Required) | |
out_feature_class | The new feature class that will be created containing the split lines. (Out, Required) | |
ParameterInfo | The parameters used by this tool. For internal use only. | |
point_features | The input point features whose locations will be used to split the input lines. (In, Required) | |
search_radius | Used to split lines by their proximity to point features. Points within the search distance to an input line will be used to split those lines at the nearest location to the point along the line segment. (In, Optional) | |
ToolboxDirectory | The directory of this tool's toolbox. | |
ToolboxName | The name of this tool's toolbox. | |
ToolName | The name of this tool. |