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