UDPs Property

Gets a UDPCollection containing all the UDP objects with the current UDPClassification.

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

Syntax

C#

public UDPCollection UDPs { get; }

Visual Basic

Public ReadOnly Property UDPs As UDPCollection
	Get

Visual C++

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

See Also