2027 Method
Changes 0
M

FabricationConfigurationInfo.FindSourceFabricationConfiguration

Description:
Finds the source fabrication configuration on disk which matches the input fabrication configuration.
Remarks:
Fabrication configuration is matched by configuration GUID and version. The GUIDs are required to be the same. For version, we first try to match the version exactly. If Revit cannot find an exact match, then it looks for the closest version later than the input configuration, then the closest earlier version.
public static FabricationConfigurationInfo FindSourceFabricationConfiguration(
	FabricationConfigurationInfo fabricationConfiguration
)
Return Value FabricationConfigurationInfo The matching source fabrication configuration.