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




in_dlg_file
The DLG file to be converted to a coverage. (In, Required)
out_cover
The name of the coverage to be created from the DLG data. If the input DLG file contains data produced by the United States Geological Survey (USGS), the output coverage will usually contain line, polygon, and node features created from nondegenerate line (L) records, area (A) records, and node (N) records. An Output Coverage.NAT for node features will be created. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

in_dlg_file
The DLG file to be converted to a coverage. (In, Required)
out_cover
The name of the coverage to be created from the DLG data. If the input DLG file contains data produced by the United States Geological Survey (USGS), the output coverage will usually contain line, polygon, and node features created from nondegenerate line (L) records, area (A) records, and node (N) records. An Output Coverage.NAT for node features will be created. (Out, Required)

See Also

© 2010 All Rights Reserved.