UDP Class

The class represents the base class for all user-defined property classes.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesUDP
    More

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public class UDP

The UDP type exposes the following members.

Properties
 NameDescription
Public propertyClassificationName Gets the classification name for the UDP.
Public propertyDefaultValue Gets or sets the default value for the UDP.
Public propertyDescription Gets or sets the UDP description.
Public propertyGuid Gets the GUID value for the UDP.
Public propertyIsInUsed Gets a boolean value specifying whether this UDP is in used.
Public propertyName Gets the name for the UDP.
Public propertyUseDefaultValue Gets or sets whether the default property value is used.
Top
Remarks
The combination of a UDP's name and GUID can be used as a unique identifier for an individual UDP.
See Also
Inheritance Hierarchy