ReloadConfiguration Method


Fabrication Configuration Reload Configuration Method

Reloads the fabrication configuration from its source fabrication configuration.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ConfigurationReloadInfo ReloadConfiguration()

Return Value

ConfigurationReloadInfo
The information about the reload of the fabrication configuration.
Exceptions
Exception Condition
InvalidOperationException The fabrication configuration is not set yet. -or- The source fabrication configuration could not be found. -or- this operation failed.
Remarks
The configuration must be reloaded from its source fabrication configuration before loading new fabrication services or additional parts.
See Also