FolderItemInfo
Description:
Contains data for each folder item in the organization settings of the project browser including folder parameter Id and folder name.
Contains data for each folder item in the organization settings of the project browser including folder parameter Id and folder name.
Remarks:
FolderItemInfo is the return value of BrowserOrganization.GetFolderItems().
FolderItemInfo is the return value of BrowserOrganization.GetFolderItems().
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.FolderItemInfo
System.Object
Autodesk.Revit.DB.FolderItemInfo
public class FolderItemInfo : IDisposable
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| Name | Return Type | Description |
|---|---|---|
| ElementId | ElementId | The folder parameter Id |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| Name | string | The folder name |