AssetProperty.RemoveConnectedAsset Method

AssetPropertyRemoveConnectedAsset Method

Removes the connected asset attached to this asset property if any.

Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public void RemoveConnectedAsset()
Public Sub RemoveConnectedAsset
public:
void RemoveConnectedAsset()
member RemoveConnectedAsset : unit -> unit 
Exceptions
ExceptionCondition
InvalidOperationException The asset property is not editable. -or- Cannot check validity for a property not being edited in AppearanceAssetEditScope.
See Also