Gets the collection containing all CogoPoint user defined properties in the drawing.
Namespace: Autodesk.Civil.ApplicationServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public UDPCollection PointUDPs { get; }
VB
Public ReadOnly Property PointUDPs As UDPCollection Get
C++
public: property UDPCollection^ PointUDPs { UDPCollection^ get (); }