Click or drag to resize

PolylineExtensionPointContainment Enumeration

Defines the way the point is contained.

Namespace:  Gile.AutoCAD.R20.Geometry
Assembly:  GeometryExtensionsR20 (in GeometryExtensionsR20.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
public enum PointContainment
Members
  Member nameValueDescription
Inside0 The point is inside the boundary.
OutSide1 The point is outside the boundary.
OnBoundary2 The point is on the boundary.
See Also