SpatialFilterDefinitionGetPoints
Method
|
Gets the points that define the
boundary.
Namespace: Teigha.DatabaseServices.Filters
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public Point2dCollection GetPoints()
Public Function GetPoints As Point2dCollection
public:
Point2dCollection^ GetPoints()
member GetPoints : unit -> Point2dCollection
Return Value
Point2dCollection
Collection of 2D points that determine the boundary. If in contains
only 2 points - these points are opposite corners of a rectangle.
If more than 2 points, a polygon is defined.
See Also