Gets all the Assets of the specified type.
Namespace: Autodesk.Revit.ApplicationServicesAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.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
See Also
Reference