Gets all the Assets of the specified type.
Namespace: Autodesk.Revit.ApplicationServices
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
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 |