2027 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 Inherited From
C ConfigurationReloadInfo() None Constructor.
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the ConfigurationReloadInfo
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
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 GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetOutOfDatePartStatus(Int32) ReloadSwapOutInfo Access reload information for out of date part.
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P Disconnects int The number of disconnections caused by the reload.
P IsValidObject Boolean 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.