AttributeTypeInfoDouble Class

This class represents property type information for properties that contain a double value or range.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      Autodesk.Civil.DatabaseServicesAttributeTypeInfo
        Autodesk.Civil.DatabaseServicesAttributeTypeInfoDouble

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public class AttributeTypeInfoDouble : AttributeTypeInfo

The AttributeTypeInfoDouble type exposes the following members.

Constructors
 NameDescription
Public methodAttributeTypeInfoDouble(String)Initializes a new instance of the AttributeTypeInfoDouble class
Public methodAttributeTypeInfoDouble(String, AttributeTypeInfoDoubleDataType)Initializes a new instance of the AttributeTypeInfoDouble class
Top
Properties
 NameDescription
Public propertyDataType Gets or sets the data type for the user defined property.
Public propertyDefaultValue 
Public propertyCode exampleDescription Gets or sets the AttributeTypeInfo description.
(Inherited from AttributeTypeInfo)
Public propertyCode exampleLowerBoundInclusive Gets or sets whether or not the lower bound value is included in the property range.
Public propertyCode exampleLowerBoundValue Gets or sets the lowest value allowed in the range.
Public propertyName Gets or sets the AttributeTypeInfo name.
(Inherited from AttributeTypeInfo)
Public propertyCode exampleUpperBoundInclusive Gets or sets whether or not the upper bound value is included in the property range.
Public propertyCode exampleUpperBoundValue Gets or sets the highest value allowed in the range.
Public propertyUseDefaultValue Gets or sets whether to use the default value for the AttributeTypeInfo.
(Inherited from AttributeTypeInfo)
Top
See Also