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;} |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also