Share

AttributeTypeInfoInt Class

This class represents property type information for Integer type user-defined properties.

Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    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

 NameDescription
Public methodAttributeTypeInfoIntInitializes a new instance of the AttributeTypeInfoInt class

Properties

 NameDescription
Public propertyDefaultValue 
Public propertyCode exampleDescription Gets or sets the AttributeTypeInfo description.
(Inherited from AttributeTypeInfo)
Public propertyLowerBoundInclusive Gets or sets whether or not the LowerBoundValue 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 propertyUpperBoundInclusive Gets or sets whether or not the UpperBoundValue 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)

See Also

Reference

Was this information helpful?