AttributeTypeInfo Class

The base class for property type information. Derived classes define different types of user-defined properties.

The base class for property type information. Derived classes define different types of user-defined properties.

The base class for property type information. Derived classes define different types of user-defined properties.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public class AttributeTypeInfo : DisposableWrapper

Visual Basic

Public Class AttributeTypeInfo _
	Inherits DisposableWrapper

Visual C++

public ref class AttributeTypeInfo : public DisposableWrapper

Remarks

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

Remarks

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

Remarks

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

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    DisposableWrapper
      Autodesk.Civil.DatabaseServices.AttributeTypeInfo
        Autodesk.Civil.DatabaseServices.AttributeTypeInfoBool
        Autodesk.Civil.DatabaseServices.AttributeTypeInfoDouble
        Autodesk.Civil.DatabaseServices.AttributeTypeInfoEnum
        Autodesk.Civil.DatabaseServices.AttributeTypeInfoInt
        Autodesk.Civil.DatabaseServices.AttributeTypeInfoString

See Also