This class represents property type information for properties that contain a double value or range.
Inheritance Hierarchy
SystemObjectSystemMarshalByRefObject
DisposableWrapper
Autodesk.Civil.DatabaseServicesAttributeTypeInfo
Autodesk.Civil.DatabaseServicesAttributeTypeInfoDouble
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public class AttributeTypeInfoDouble : AttributeTypeInfo
VB
Public Class AttributeTypeInfoDouble Inherits AttributeTypeInfo
C++
public ref class AttributeTypeInfoDouble : public AttributeTypeInfo
The AttributeTypeInfoDouble type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AttributeTypeInfoDouble(String) | Initializes a new instance of the AttributeTypeInfoDouble class | |
| AttributeTypeInfoDouble(String, AttributeTypeInfoDoubleDataType) | Initializes a new instance of the AttributeTypeInfoDouble class |
Properties
| Name | Description | |
|---|---|---|
| DataType | Gets or sets the data type for the user defined property. | |
| DefaultValue | ||
| Description |
Gets or sets the AttributeTypeInfo description.
(Inherited from AttributeTypeInfo) | |
| LowerBoundInclusive | Gets or sets whether or not the lower bound value is included in the property range. | |
| LowerBoundValue | Gets or sets the lowest value allowed in the range. | |
| Name |
Gets or sets the AttributeTypeInfo name.
(Inherited from AttributeTypeInfo) | |
| UpperBoundInclusive | Gets or sets whether or not the upper bound value is included in the property range. | |
| UpperBoundValue | Gets or sets the highest value allowed in the range. | |
| UseDefaultValue |
Gets or sets whether to use the default value for the AttributeTypeInfo.
(Inherited from AttributeTypeInfo) |
