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.

Public Constructors

 NameDescription
Public ConstructorSplitLineAtPoint ConstructorOverloaded. Constructor that takes all required parameters for geoprocessor execution.  
Top

Public Properties

 NameDescription
Public PropertyAliasThe alias for this tool's toolbox.  
Public Propertyin_featuresThe input line features to be split. (In, Required)  
Public Propertyout_feature_classThe new feature class that will be created containing the split lines. (Out, Required)  
Public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
Public Propertypoint_featuresThe input point features whose locations will be used to split the input lines. (In, Required)  
Public Propertysearch_radiusUsed 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)  
Public PropertyToolboxDirectoryThe directory of this tool's toolbox.  
Public PropertyToolboxNameThe name of this tool's toolbox.  
Public PropertyToolNameThe name of this tool.  
Top

See Also

© 2010 All Rights Reserved.