GetResources Method


External Resource Browser Data Get Resources Method

Gets the external resources under the folder path of the browser data.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public IList<ExternalResourceReference> GetResources()

Return Value

IList ExternalResourceReference
The external resources under current folder of the browser data.
See Also