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




Specifies whether to create polygon topology and a PAT or arc–node topology and an AAT. POLY is the default option. If POLY is used on a coverage that has an existing AAT, Clean will also automatically rebuild the AAT. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.