Skip to content

FabricationConfigurationInfo

Public 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

The identifier of the cloud configuration.


Public Property

The description of the fabrication configuration.


Public Property

The unique identification of the fabrication configuration.


Public Property

Whether the cloud configuration is a remote cloud one.


Public Property

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

The name of the fabrication configuration.


Public Property

The path where the fabrication configuration is located. To populate this property, you may need to call FindSourceFabricationConfiguration first.


Public Property

The unit system of the fabrication configuration. Units can be UnitSystem.Metric or UnitSystem.Imperial.


Public Property

The version of the fabrication configuration.


Methods

Name

Description


Public Method

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

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

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.