Revit 2025.3 API
Structural |
Produces a copy of the asset.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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