This class represents property type information for Integer type user-defined properties.
Inheritance Hierarchy
SystemObjectSystemMarshalByRefObject
DisposableWrapper
Autodesk.Civil.DatabaseServicesAttributeTypeInfo
Autodesk.Civil.DatabaseServicesAttributeTypeInfoInt
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public class AttributeTypeInfoInt : AttributeTypeInfo
VB
Public Class AttributeTypeInfoInt Inherits AttributeTypeInfo
C++
public ref class AttributeTypeInfoInt : public AttributeTypeInfo
The AttributeTypeInfoInt type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | AttributeTypeInfoInt | Initializes a new instance of the AttributeTypeInfoInt class |
Properties
Name | Description | |
---|---|---|
![]() | DefaultValue | |
![]() ![]() | Description |
Gets or sets the AttributeTypeInfo description.
(Inherited from AttributeTypeInfo) |
![]() | LowerBoundInclusive | Gets or sets whether or not the LowerBoundValue 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 UpperBoundValue 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) |