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