ScopeInScope()

Summary

Checks to see if one scope is completely contained within another.

Syntax

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

Returns

The string "True" if little_scope is completely contained within big_scope; the string "False" if not.

See Also

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