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




out_cover
The name of the coverage that will be created. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

out_cover
The name of the coverage that will be created. (Out, Required)

See Also

© 2010 All Rights Reserved.