This class encapsulates folder in the current drawing.
Inheritance Hierarchy
SystemObjectSystemMarshalByRefObject
DisposableWrapper
RXObject
Drawable
DBObject
Autodesk.Civil.DatabaseServicesDBObject
Autodesk.Civil.DatabaseServicesFolder
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public class Folder : DBObject
VB
Public Class Folder Inherits DBObject
C++
public ref class Folder : public DBObject
The Folder type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Application |
Gets the Application associated with the DBObject.
Not implemented.
(Inherited from DBObject) |
![]() | Description |
Gets or sets the description.
(Inherited from DBObject) |
![]() | Document |
Gets the Document associated with the DBObject.
Not implemented.
(Inherited from DBObject) |
![]() | IsUsed |
Gets whether the style is used by other objects in the current drawing.
(Inherited from DBObject) |
![]() | Name |
Gets or sets the name.
(Inherited from DBObject) |
Methods
Name | Description | |
---|---|---|
![]() | AddEntity | Adds the Entity specified by entityId to the folder |
![]() | CreateFolder | Creates a child folder with the input folder name, return the created child folder ObjectId |
![]() | DeleteFolder | Deletes the folder |
![]() | GetFolder | Gets child folder ObjectId by name or path |
![]() | GetParent | Gets the parent folder ObjectId |
![]() | GetPath | Gets a String containing the path relative to the root folder |
![]() | GetSubFolders | Gets the ObjectIdCollection of Sub Folders |
![]() | RenameFolder | Renames the folder |