AnalysisTools
Split Class Properties
See Also  Send Feedback
ESRI.ArcGIS.AnalysisTools Namespace : Split Class




For a list of all members of this type, see Split members.

Public Properties

 NameDescription
public PropertyAliasThe alias for this tool's toolbox.  
public Propertycluster_toleranceThe minimum distance separating all feature coordinates (nodes and vertices) as well as the distance a coordinate can move in X or Y (or both). You can set the value to be higher for data that has less coordinate accuracy and lower for datasets with extremely high accuracy. (In, Optional)  
public Propertyin_featuresThe features to be split. (In, Required)  
public Propertyout_workspaceThe workspace where the output feature classes will be saved. (In, Required)  
public Propertyout_workspace2Output Workspace (out, Optional)  
public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
public Propertysplit_featuresThe features containing a tabular field whose unique values will be used to split the Input Features and provide the output feature class names. (In, Required)  
public Propertysplit_fieldThe field in the split feature class that will be used to split the Input Features. This field's values will be used to identify Split Features for clipping each output feature class. The Split Field's unique values will be used as the output feature classes' names. (In, Required)  
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

© 2011 All Rights Reserved.