ReloadSwapOutInfo.WasSwapped Property

ReloadSwapOutInfoWasSwapped Property

Whether the swap out was successful.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool WasSwapped { get; }
Public ReadOnly Property WasSwapped As Boolean
	Get
public:
property bool WasSwapped {
	bool get ();
}
member WasSwapped : bool with get

Property Value

Boolean
See Also