SetSelectInclusion()
Summary
Sets the inclusion status for spatial selection.
Syntax
SetSelectInclusion(string inclusion)
| Argument | Contents |
|---|---|
| inclusion | "Enclosed" or "Intersecting" |
Notes
-
If the setting is "Enclosed", line and area features are selected only when they are fully contained within the search area.
-
If the setting is "Intersecting", line and area features are selected when they are fully contained or when any part of the feature intersects the search area.
Example
SetSelectInclusion("Enclosed")
Error Codes
| Error Type | Meaning |
|---|---|
| Error | The inclusion argument is invalid |
See Also
| Function | Summary |
|---|---|
| GetSelectInclusion() | Indicates the current inclusion status for spatial selection |