GetPointDescriptionKeyIds Method

Gets the ObjectIdCollection of PointDescriptionKey objects in the drawing.

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

Syntax

C#

public ObjectIdCollection GetPointDescriptionKeyIds()

Visual Basic

Public Function GetPointDescriptionKeyIds As ObjectIdCollection

Visual C++

public:
ObjectIdCollection^ GetPointDescriptionKeyIds()

See Also