Contains Method

AEC Auto

Contains Method

Tests to see if a ring is inside another ring.

See Also | Example

Signature

RetVal = object.Contains(Ring)

object

AecRing The object this method applies to.

Ring

AecRing; input-only
The AecRing to check.

RetVal

Boolean
TRUE:  The ring is inside.
FALSE: The ring is not inside.