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 |
|---|---|---|
| ConfigurationReloadInfo() | None | Constructor. |
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| 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. |
| GetOutOfDatePartStatus(Int32) | ReloadSwapOutInfo | Access reload information for out of date part. |
| Name | Return Type | Description |
|---|---|---|
| Disconnects | int | The number of disconnections caused by the reload. |
| IsValidObject | bool | 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. |