Share

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.280

Syntax

C#

public class UDP

VB

Public Class UDP

C++

public ref 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.

Remarks

The combination of a UDP's name and GUID can be used as a unique identifier for an individual UDP.

See Also

Reference

Inheritance Hierarchy

SystemObject
  Autodesk.Civil.DatabaseServicesUDP
    Autodesk.Civil.DatabaseServicesUDPBoolean
    Autodesk.Civil.DatabaseServicesUDPDouble
    Autodesk.Civil.DatabaseServicesUDPEnumeration
    Autodesk.Civil.DatabaseServicesUDPInteger
    Autodesk.Civil.DatabaseServicesUDPString

Was this information helpful?