The base class for property type information. Derived classes define different types of user-defined properties.
Inheritance Hierarchy
SystemObjectSystemMarshalByRefObject
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
Name | Description | |
---|---|---|
![]() ![]() | DefaultValue | Gets or sets the default value for the AttributeTypeInfo. |
![]() ![]() | Description | Gets or sets the AttributeTypeInfo description. |
![]() | Name | Gets or sets the AttributeTypeInfo name. |
![]() | UseDefaultValue | 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
SystemObjectSystemMarshalByRefObject
DisposableWrapper
Autodesk.Civil.DatabaseServicesAttributeTypeInfo
Autodesk.Civil.DatabaseServicesAttributeTypeInfoBool
Autodesk.Civil.DatabaseServicesAttributeTypeInfoDouble
Autodesk.Civil.DatabaseServicesAttributeTypeInfoEnum
Autodesk.Civil.DatabaseServicesAttributeTypeInfoInt
Autodesk.Civil.DatabaseServicesAttributeTypeInfoString