AnalysisTools
Split Constructor(Object,Object,Object,Object)
See Also  Send Feedback
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 will be used to split the Input Features and provide the output feature class names. (In, Required)
split_field
The 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)
out_workspace
The workspace where the output feature classes will be saved. (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 New 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 will be used to split the Input Features and provide the output feature class names. (In, Required)
split_field
The 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)
out_workspace
The workspace where the output feature classes will be saved. (In, Required)

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.