FabricationConfigurationInfo Members

The FabricationConfigurationInfo type exposes the following members.

Methods

  NameDescription
Public methodDispose
Releases all resources used by the FabricationConfigurationInfo
Public methodEquals (Inherited from Object.)
Public methodStatic memberFindSourceFabricationConfiguration
Finds the source fabrication configuration on disk which matches the input fabrication configuration.
Public methodStatic memberGetAllFabricationConfigurations
Gets all added fabrication configurations.
Public methodGetHashCode (Inherited from Object.)
Public methodGetProfiles
Return the profiles in the fabrication configuration.
Public methodGetType (Inherited from Object.)
Public methodIsValid
Checks if the fabrication configuration is valid.
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyCloudId
The identifier of the cloud configuration.
Public propertyCloudVersion
The cloud cached version index.
Public propertyDescription
The description of the fabrication configuration.
Public propertyGUID
The unique identification of the fabrication configuration.
Public propertyIsCloudConfiguration
Whether the cloud configuration is a remote cloud one.
Public propertyIsConnected
whether the remote cloud configuration is connected and can be loaded.
Public propertyIsLocked
Checks whether the fabrication configuration is locked. If true, the configuration is locked and cannot be removed.
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public propertyName
The name of the fabrication configuration.
Public propertyPath
The path where the fabrication configuration is located. To populate this property, you may need to call FindSourceFabricationConfiguration first.
Public propertyUnitSystem
The unit system of the fabrication configuration. Units can be UnitSystem.Metric or UnitSystem.Imperial.
Public propertyVersion
The version of the fabrication configuration.

See Also