Share

AttributeTypeInfoBool Class

This class represents property type information for Boolean properties.

Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      Autodesk.Civil.DatabaseServicesAttributeTypeInfo
        Autodesk.Civil.DatabaseServicesAttributeTypeInfoBool


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

Syntax

C#

public class AttributeTypeInfoBool : AttributeTypeInfo

VB

Public Class AttributeTypeInfoBool
	Inherits AttributeTypeInfo

C++

public ref class AttributeTypeInfoBool : public AttributeTypeInfo

The AttributeTypeInfoBool type exposes the following members.

Constructors

 NameDescription
Public methodAttributeTypeInfoBoolInitializes a new instance of the AttributeTypeInfoBool 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)

See Also

Reference

Was this information helpful?