FabricationConfigurationInfo
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 : IDisposableThe 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.
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)
Remarks
To populate the Path property, you may need to call FindSourceFabricationConfiguration first.