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




The optional name of a specific DLG category to be converted from the DLG file. Only the specified category will be converted if one is given. Otherwise, only the first category in the DLG will be written to the output coverages: output coverage, point coverage. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.