FAreaContains Method
Return a value indicating whether the container area fully contains the
specified subject.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static bool Contains(
FArea container,
FArea subject
)
Public Shared Function Contains (
container As FArea,
subject As FArea
) As Boolean
No code example is currently available or this language may not be supported.
- container FArea
-
Reference to the container area.
- subject FArea
-
Reference to the candidate subject.
Boolean
True if the subject is fully within the container area. Otherwise,
false.