Gets all the Assets of the specified type.
Namespace: Autodesk.Revit.ApplicationServices
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public IList<Asset> GetAssets( AssetType assetType )
Parameters
- assetType AssetType
- The asset type.
Return Value
IList<Asset>Returns an array of all the Assets within Revit of the specified type.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |