Share

AttributeTypeInfoEnum Class

This class represents property type information for Enumeration user-defined properties.

Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      Autodesk.Civil.DatabaseServicesAttributeTypeInfo
        Autodesk.Civil.DatabaseServicesAttributeTypeInfoEnum


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

Syntax

C#

public class AttributeTypeInfoEnum : AttributeTypeInfo

VB

Public Class AttributeTypeInfoEnum
	Inherits AttributeTypeInfo

C++

public ref class AttributeTypeInfoEnum : public AttributeTypeInfo

The AttributeTypeInfoEnum type exposes the following members.

Constructors

 NameDescription
Public methodAttributeTypeInfoEnumInitializes a new instance of the AttributeTypeInfoEnum class

Properties

 NameDescription
Public propertyDefaultValue 
Public propertyCode exampleDescription Gets or sets the AttributeTypeInfo description.
(Inherited from AttributeTypeInfo)
Public propertyName Gets or sets the AttributeTypeInfo name.
(Inherited from AttributeTypeInfo)
Public propertyUseDefaultValue Gets or sets whether to use the default value for the AttributeTypeInfo.
(Inherited from AttributeTypeInfo)

Methods

 NameDescription
Public methodGetEnumValues Gets a String array that contains all the valid enumeration values for the property.

See Also

Reference

Was this information helpful?