2020 Members
Changes 6
M

FabricationConfigurationInfo

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