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




in_cover
The coverage containing points or polygon labels whose x,y coordinates will become attributes in the PAT, or in the coverage containing nodes, to the NAT. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

in_cover
The coverage containing points or polygon labels whose x,y coordinates will become attributes in the PAT, or in the coverage containing nodes, to the NAT. (In, Required)

See Also

© 2010 All Rights Reserved.