<Code Lib>
2023 Class
Changes 0
C

ReloadSwapOutInfo

Description:
This object contains information about fabrication parts swapped out during reload.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.ReloadSwapOutInfo

public class ReloadSwapOutInfo : IDisposable

Name Return Type Description
M Dispose() None Releases all resources used by the

Name Return Type Description
P CurrentVersion int New version.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P Part ElementId The ElementId of part being swapped.
P PreviousVersion int Previous version.
P WasSwapped bool Whether the swap out was successful.

Loading…