ESRI.ArcGIS.CoverageTools
out_cover Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.CoverageTools Namespace > DLGArc Class : out_cover Property




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)

Syntax

Visual Basic (Declaration) 
Public Property out_cover As Object
Visual Basic (Usage)Copy Code
Dim instance As DLGArc
Dim value As Object
 
instance.out_cover = value
 
value = instance.out_cover
C# 
public object out_cover {get; set;}

See Also

© 2010 All Rights Reserved.