AttributeTypeInfo Class

The base class for property type information. Derived classes define different types of user-defined properties.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      Autodesk.Civil.DatabaseServicesAttributeTypeInfo
        More

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

The AttributeTypeInfo type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleDefaultValue Gets or sets the default value for the AttributeTypeInfo.
Public propertyCode exampleDescription Gets or sets the AttributeTypeInfo description.
Public propertyName Gets or sets the AttributeTypeInfo name.
Public propertyUseDefaultValue Gets or sets whether to use the default value for the AttributeTypeInfo.
Top
Remarks
The classes derived from AttributeTypeInfo are used by [!:UDPClassification] to create and define user-defined properties.
See Also
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      Autodesk.Civil.DatabaseServicesAttributeTypeInfo
        Autodesk.Civil.DatabaseServicesAttributeTypeInfoBool
        Autodesk.Civil.DatabaseServicesAttributeTypeInfoDouble
        Autodesk.Civil.DatabaseServicesAttributeTypeInfoEnum
        Autodesk.Civil.DatabaseServicesAttributeTypeInfoInt
        Autodesk.Civil.DatabaseServicesAttributeTypeInfoString