Returns a collection of leaf
FolderItemInfo objects each containing the given element Id.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public IList<FolderItemInfo> GetFolderItems(
ElementId elementId
)
Parameters
- elementId ElementId
-
Element id located at a leaf position in the project browser.
Return Value
IList<FolderItemInfo>
An array of FolderItemInfo objects.
Exceptions
Remarks
Each returned
FolderItemInfo includes the folder name and the corresponding folder parameter Id.
See Also
Reference