FabricationConfigurationInfo Class


Fabrication Configuration Info Class

Represents an MEP object that holds the properties of an MEP fabrication configuration.
Inheritance Hierarchy
System Object
Autodesk.Revit.DB FabricationConfigurationInfo

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class FabricationConfigurationInfo : IDisposable

The FabricationConfigurationInfo type exposes the following members.

Properties
Name Description
Public property CloudId The identifier of the cloud configuration.
Public property Description The description of the fabrication configuration.
Public property GUID The unique identification of the fabrication configuration.
Public property IsCloudConfiguration Whether the cloud configuration is a remote cloud one.
Public property IsLocked Checks whether the fabrication configuration is locked. If true, the configuration is locked and cannot be removed.
Public property IsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public property Name The name of the fabrication configuration.
Public property Path The path where the fabrication configuration is located. To populate this property, you may need to call FindSourceFabricationConfiguration first.
Public property UnitSystem The unit system of the fabrication configuration. Units can be UnitSystem.Metric or UnitSystem.Imperial.
Public property Version The version of the fabrication configuration.
Top
Methods
Name Description
Public method Dispose Releases all resources used by the FabricationConfigurationInfo
Public method Equals Determines whether the specified object is equal to the current object.
(Inherited from Object )
Public method Static member FindSourceFabricationConfiguration Finds the source fabrication configuration on disk which matches the input fabrication configuration.
Public method Static member GetAllFabricationConfigurations Gets all added fabrication configurations.
Public method GetHashCode Serves as the default hash function.
(Inherited from Object )
Public method GetProfiles Return the profiles in the fabrication configuration.
Public method GetType Gets the Type of the current instance.
(Inherited from Object )
Public method IsValid Checks if the fabrication configuration is valid.
Public method ToString Returns a string that represents the current object.
(Inherited from Object )
Top
Remarks
To populate the Path property, you may need to call FindSourceFabricationConfiguration first.
See Also