<Code Lib>
2021 Method
Changes 0
M

Application.GetAssets

Description:
Gets all the Assets of the specified type.

public IList<Asset> GetAssets(
	AssetType assetType
)

Return Value IList<Asset> Returns an array of all the Assets within Revit of the specified type.

Loading…