Share

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.280

Syntax

C#

public class AttributeTypeInfo : DisposableWrapper

VB

Public Class AttributeTypeInfo
	Inherits DisposableWrapper

C++

public ref class AttributeTypeInfo : public 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.

Remarks

The classes derived from AttributeTypeInfo are used by [!:UDPClassification] to create and define user-defined properties.

See Also

Reference

Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      Autodesk.Civil.DatabaseServicesAttributeTypeInfo
        Autodesk.Civil.DatabaseServicesAttributeTypeInfoBool
        Autodesk.Civil.DatabaseServicesAttributeTypeInfoDouble
        Autodesk.Civil.DatabaseServicesAttributeTypeInfoEnum
        Autodesk.Civil.DatabaseServicesAttributeTypeInfoInt
        Autodesk.Civil.DatabaseServicesAttributeTypeInfoString

Was this information helpful?