Share

UDPBoolean Class

This class represents a user-defined property with a Boolean data type.

Inheritance Hierarchy

SystemObject
  Autodesk.Civil.DatabaseServicesUDP
    Autodesk.Civil.DatabaseServicesUDPBoolean


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

Syntax

C#

public class UDPBoolean : UDP

VB

Public Class UDPBoolean
	Inherits UDP

C++

public ref class UDPBoolean : public UDP

The UDPBoolean type exposes the following members.

Properties

 NameDescription
Public propertyClassificationName Gets the classification name for the UDP.
(Inherited from UDP)
Public propertyCode exampleDefaultValue 
Public propertyDescription Gets or sets the UDP description.
(Inherited from UDP)
Public propertyGuid Gets the GUID value for the UDP.
(Inherited from UDP)
Public propertyIsInUsed Gets a boolean value specifying whether this UDP is in used.
(Inherited from UDP)
Public propertyName Gets the name for the UDP.
(Inherited from UDP)
Public propertyUseDefaultValue Gets or sets whether the default property value is used.
(Inherited from UDP)

Methods

 NameDescription
Public methodInternalGetAttributeTypeInfo 

See Also

Reference

Was this information helpful?