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




in_cover
The coverage that will be overlaid with the identity coverage. (In, Required)
identity_cover
The coverage that will be identitied with the input coverage. Must have polygon features. (In, Required)
out_cover
The coverage to be created. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_cover As Object, _
   ByVal identity_cover As Object, _
   ByVal out_cover As Object _
)
Visual Basic (Usage)Copy Code
Dim in_cover As Object
Dim identity_cover As Object
Dim out_cover As Object
 
Dim instance As Identity(in_cover, identity_cover, out_cover)
C# 
public Identity( 
   object in_cover,
   object identity_cover,
   object out_cover
)

Parameters

in_cover
The coverage that will be overlaid with the identity coverage. (In, Required)
identity_cover
The coverage that will be identitied with the input coverage. Must have polygon features. (In, Required)
out_cover
The coverage to be created. (Out, Required)

See Also

© 2010 All Rights Reserved.