Folder Class

This class encapsulates folder in the current drawing.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      RXObject
        Drawable
          DBObject
            Autodesk.Civil.DatabaseServicesDBObject
              Autodesk.Civil.DatabaseServicesFolder

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public class Folder : DBObject

The Folder type exposes the following members.

Properties
 NameDescription
Public propertyApplication Gets the Application associated with the DBObject. Not implemented.
(Inherited from DBObject)
Public propertyDescription Gets or sets the description.
(Inherited from DBObject)
Public propertyDocument Gets the Document associated with the DBObject. Not implemented.
(Inherited from DBObject)
Public propertyIsUsed Gets whether the style is used by other objects in the current drawing.
(Inherited from DBObject)
Public propertyName Gets or sets the name.
(Inherited from DBObject)
Top
Methods
 NameDescription
Public methodAddEntity Adds the Entity specified by entityId to the folder
Public methodCreateFolder Creates a child folder with the input folder name, return the created child folder ObjectId
Public methodDeleteFolder Deletes the folder
Public methodGetFolder Gets child folder ObjectId by name or path
Public methodGetParent Gets the parent folder ObjectId
Public methodGetPath Gets a String containing the path relative to the root folder
Public methodGetSubFolders Gets the ObjectIdCollection of Sub Folders
Public methodRenameFolder Renames the folder
Top
See Also