Share

DBObject Class

The base class for database entities.

Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      RXObject
        Drawable
          DBObject
            Autodesk.Civil.DatabaseServicesDBObject
              More

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

Syntax

C#

public class DBObject : DBObject

VB

Public Class DBObject
	Inherits DBObject

C++

public ref class DBObject : public DBObject

The DBObject type exposes the following members.

Properties

 NameDescription
Public propertyApplication Gets the Application associated with the DBObject. Not implemented.
Public propertyDescription Gets or sets the description.
Public propertyDocument Gets the Document associated with the DBObject. Not implemented.
Public propertyIsUsed Gets whether the style is used by other objects in the current drawing.
Public propertyName Gets or sets the name.

See Also

Reference

Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      RXObject
        Drawable
          DBObject
            Autodesk.Civil.DatabaseServicesDBObject
              Autodesk.Civil.DatabaseServicesCatchmentGroup
              Autodesk.Civil.DatabaseServicesFolder
              Autodesk.Civil.DatabaseServicesNetworkRule
              Autodesk.Civil.DatabaseServicesPointDescriptionKeySet
              Autodesk.Civil.DatabaseServicesPointGroup
              Autodesk.Civil.DatabaseServices.StylesPartFamily
              Autodesk.Civil.DatabaseServices.StylesPartSize
              Autodesk.Civil.DatabaseServices.StylesStyleBase

Was this information helpful?