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




in_cover
The coverage to be converted to DLG format. It may contain polygon, line, and node features. (In, Required)
out_dlg_file
The output DLG-3 Optional format file 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 out_dlg_file As Object _
)
Visual Basic (Usage)Copy Code
Dim in_cover As Object
Dim out_dlg_file As Object
 
Dim instance As ArcDLG(in_cover, out_dlg_file)
C# 
public ArcDLG( 
   object in_cover,
   object out_dlg_file
)

Parameters

in_cover
The coverage to be converted to DLG format. It may contain polygon, line, and node features. (In, Required)
out_dlg_file
The output DLG-3 Optional format file to be created. (Out, Required)

See Also

© 2010 All Rights Reserved.