ReloadSwapOutInfo.WasSwapped Property

ReloadSwapOutInfoWasSwapped Property

Whether the swap out was successful.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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