PolygonPoints Method

Gets the points of the polygon that make up the edge of the boundary or mask.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0

Syntax

C#

public Point3d[] PolygonPoints()

Visual Basic

Public Function PolygonPoints As Point3d()

Visual C++

public:
array<Point3d>^ PolygonPoints()

See Also