Gets or sets the UDP for the RawDescriptionOverride.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public UDP UDP { get; set; }
VB
Public Property UDP As UDP Get Set
C++
public: property UDP^ UDP { UDP^ get (); void set (UDP^ value); }