This class represents a user-defined property with a string data type.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesUDP
Autodesk.Civil.DatabaseServicesUDPString
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public class UDPString : UDP
VB
Public Class UDPString Inherits UDP
C++
public ref class UDPString : public UDP
The UDPString type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | ClassificationName |
Gets the classification name for the UDP.
(Inherited from UDP) |
![]() | DefaultValue | |
![]() | Description |
Gets or sets the UDP description.
(Inherited from UDP) |
![]() | Guid |
Gets the GUID value for the UDP.
(Inherited from UDP) |
![]() | IsInUsed |
Gets a boolean value specifying whether this UDP is in used.
(Inherited from UDP) |
![]() | Name |
Gets the name for the UDP.
(Inherited from UDP) |
![]() | UseDefaultValue |
Gets or sets whether the default property value is used.
(Inherited from UDP) |