This class represents a user-defined property with an integer data type.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesUDP
Autodesk.Civil.DatabaseServicesUDPInteger
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public class UDPInteger : UDP
VB
Public Class UDPInteger Inherits UDP
C++
public ref class UDPInteger : public UDP
The UDPInteger 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) | |
| LowerBoundInclusive | Gets or sets whether the LowerBoundValue is included in the property range. | |
| LowerBoundValue | Gets or sets the lowest value in the range. | |
| Name |
Gets the name for the UDP.
(Inherited from UDP) | |
| UpperBoundInclusive | Gets or sets whether the UpperBoundValue is included in the property range. | |
| UpperBoundValue | Gets or sets the highest value in the range. | |
| UseDefaultValue |
Gets or sets whether the default property value is used.
(Inherited from UDP) |
