ESRI.ArcGIS.AnalysisTools
Split Constructor(Object,Object,Object,Object)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.AnalysisTools Namespace > Split Class > Split Constructor : Split Constructor(Object,Object,Object,Object)




in_features
The features to be split. (In, Required)
split_features
The features containing a tabular field whose unique values are used to split the Input Features and provide the output feature classes' names. (In, Required)
split_field
The character field used to split the Input Features. This field's values identify the Split Features used to create each output feature class. The Split Field's unique values provide the output feature classes' names. (In, Required)
out_workspace
The workspace where the output feature classes are stored. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_features As Object, _
   ByVal split_features As Object, _
   ByVal split_field As Object, _
   ByVal out_workspace As Object _
)
Visual Basic (Usage)Copy Code
Dim in_features As Object
Dim split_features As Object
Dim split_field As Object
Dim out_workspace As Object
 
Dim instance As Split(in_features, split_features, split_field, out_workspace)
C# 
public Split( 
   object in_features,
   object split_features,
   object split_field,
   object out_workspace
)

Parameters

in_features
The features to be split. (In, Required)
split_features
The features containing a tabular field whose unique values are used to split the Input Features and provide the output feature classes' names. (In, Required)
split_field
The character field used to split the Input Features. This field's values identify the Split Features used to create each output feature class. The Split Field's unique values provide the output feature classes' names. (In, Required)
out_workspace
The workspace where the output feature classes are stored. (In, Required)

See Also

© 2010 All Rights Reserved.