Outline.Contains
Description:
Determine if this Outline contains the specified point to within a tolerance.
Determine if this Outline contains the specified point to within a tolerance.
Remarks:
If the tolerance is positive, the point may lie up to the tolerance amount outside the outline in each coordinate. If the tolerance is negative, the point must lie at least the tolerance amount inside the outline in each coordinate.
If the tolerance is positive, the point may lie up to the tolerance amount outside the outline in each coordinate. If the tolerance is negative, the point must lie at least the tolerance amount inside the outline in each coordinate.
public bool Contains(
XYZ point,
double tolerance
)
-
A non-optional argument was null