Revit 2026 API
Content |
Returns an an instance of an Asset object, which contains definitions of the content node.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public Asset GetAsset()
Public Function GetAsset As Asset
public: Asset^ GetAsset()
member GetAsset : unit -> Asset
Return Value
Asset
Properties and attributes of the node can be accessed using the standard interface of the Asset class.
See Also