This class represents a user-defined property with a double-precision data type.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesUDP
Autodesk.Civil.DatabaseServicesUDPDouble
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public class UDPDouble : UDP
VB
Public Class UDPDouble Inherits UDP
C++
public ref class UDPDouble : public UDP
The UDPDouble type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | ClassificationName |
Gets the classification name for the UDP.
(Inherited from UDP) |
![]() | DataType | Gets or sets the data type information for the 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) |
![]() | LowerBoundInclusive | Gets or sets whether or not the lower bound value is included in the value range. |
![]() ![]() | LowerBoundValue | Gets or sets the lowest value allowed in the range. |
![]() | Name |
Gets the name for the UDP.
(Inherited from UDP) |
![]() | UpperBoundInclusive | Gets or sets whether or not the upper bound value is included in the value range. |
![]() ![]() | UpperBoundValue | Gets or sets the highest value allowed in the range. |
![]() | UseDefaultValue |
Gets or sets whether the default property value is used.
(Inherited from UDP) |