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




in_cover
The coverage to be split. (In, Required)
split_cover
The coverage used to split the input coverage. (In, Required)
split_item
The item in the split coverage that will be used to split the input coverage. The unique values in the Split Item are used to name the output coverages. The number of output coverages is determined by the number of unique values in the Split Item. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_cover As Object, _
   ByVal split_cover As Object, _
   ByVal split_item As Object _
)
Visual Basic (Usage)Copy Code
Dim in_cover As Object
Dim split_cover As Object
Dim split_item As Object
 
Dim instance As Split(in_cover, split_cover, split_item)
C# 
public Split( 
   object in_cover,
   object split_cover,
   object split_item
)

Parameters

in_cover
The coverage to be split. (In, Required)
split_cover
The coverage used to split the input coverage. (In, Required)
split_item
The item in the split coverage that will be used to split the input coverage. The unique values in the Split Item are used to name the output coverages. The number of output coverages is determined by the number of unique values in the Split Item. (In, Required)

See Also

© 2010 All Rights Reserved.