Constructor that takes all required parameters for geoprocessor execution.
Syntax
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) |
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