Gets the collection containing all CogoPoint user defined properties in the drawing.

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

Syntax

C#
public UDPCollection PointUDPs { get; }
Visual Basic
Public ReadOnly Property PointUDPs As UDPCollection
	Get
Visual C++
public:
property UDPCollection^ PointUDPs {
	UDPCollection^ get ();
}

See Also