Revit 2026 API
Structural |
Produces a copy of the asset.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public StructuralAsset Copy()
Public Function Copy As StructuralAsset
public: StructuralAsset^ Copy()
member Copy : unit -> StructuralAsset
Return Value
StructuralAssetA copy of the asset.
See Also