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