Share

CivilDocument.PointUDPs Property

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



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

Syntax

C#

public UDPCollection PointUDPs { get; }

VB

Public ReadOnly Property PointUDPs As UDPCollection
	Get

C++

public:
property UDPCollection^ PointUDPs {
	UDPCollection^ get ();
}

Property Value

UDPCollection

See Also

Reference

Was this information helpful?