2022 Class
Changes 0
C

ConfigurationReloadInfo

Description:
This object contains information returned by a reload of the fabrication configuration.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.ConfigurationReloadInfo
public class ConfigurationReloadInfo : IDisposable
Name Return Type Description
C ConfigurationReloadInfo() None Constructor.
Name Return Type Description
M Dispose() None Releases all resources used by the
M GetConnectivityValidation() ConnectionValidationInfo Returns information about the post-reload connectivity validation.
M GetCustomDataChangedElements() ISet<ElementId> Gets a list of ElementIds of fabrication parts that had custom data updated during the reload.
M GetOutOfDatePartStatus(Int32) ReloadSwapOutInfo Access reload information for out of date part.
Name Return Type Description
P Disconnects int The number of disconnections caused by the reload.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P OutOfDatePartCount int The number of fabrication part instances that had newer versions and were out of date.
P ProfileNotAvailable bool The current profile is not available in the disk configuration.