GetAllPointIds Method

Gets the objectId collection of all points in the drawing.

Namespace: Autodesk.Civil.ApplicationServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0

Syntax

C#

public ObjectIdCollection GetAllPointIds()

Visual Basic

Public Function GetAllPointIds As ObjectIdCollection

Visual C++

public:
ObjectIdCollection^ GetAllPointIds()

See Also