This class represents property type information for String-type user-defined properites.
Inheritance Hierarchy
SystemObjectSystemMarshalByRefObject
DisposableWrapper
Autodesk.Civil.DatabaseServicesAttributeTypeInfo
Autodesk.Civil.DatabaseServicesAttributeTypeInfoString
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public class AttributeTypeInfoString : AttributeTypeInfo
VB
Public Class AttributeTypeInfoString Inherits AttributeTypeInfo
C++
public ref class AttributeTypeInfoString : public AttributeTypeInfo
The AttributeTypeInfoString type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | AttributeTypeInfoString | Initializes a new instance of the AttributeTypeInfoString class |
Properties
Name | Description | |
---|---|---|
![]() | DefaultValue | |
![]() ![]() | Description |
Gets or sets the AttributeTypeInfo description.
(Inherited from AttributeTypeInfo) |
![]() | Name |
Gets or sets the AttributeTypeInfo name.
(Inherited from AttributeTypeInfo) |
![]() | UseDefaultValue |
Gets or sets whether to use the default value for the AttributeTypeInfo.
(Inherited from AttributeTypeInfo) |