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




Gaps are areas in the output feature class that are completely enclosed by other polygons. This is not invalid, but it may be desirable to identify these for analysis. To find the gaps in the output, set this option to NO_GAPS, and a feature will be created in these areas. To select these features, query the output feature class based on all the input feature's FID values being equal to -1. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.