| Maptitude GISDK Help |
Checks to see if one scope is completely contained within another.
result = ScopeInScope(scope little_scope, scope big_scope)
| Argument | Contents |
|---|---|
| little_scope | The scope to be tested |
| big_scope | The scope in which to search |
The string "True" if little_scope is completely contained within big_scope; the string "False" if not.
| Function | Summary |
|---|---|
| CoordInScope() | Checks to see if a coordinate is in a given scope |
| ScopeOnScope() | Checks to see if one scope overlaps another |
| ScopeUnion() | Creates a scope that encompasses the entire area covered by two input scopes |
| ScopeIntersect() | Creates a scope that is the intersection of the input scopes |
| ©2025 Caliper Corporation | www.caliper.com |