2024 Class
Changes 0
C

FabricationItemFile

Description:
This class holds information about the item file, including whether it is already loaded from disk into Revit.
Remarks:
This object is created as a result of loading from disk.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.FabricationItemFile
public class FabricationItemFile : IDisposable
Name Return Type Description
M Dispose() None Releases all resources used by the
M GetImage() nullNothingnullptr Gets the image for the fabrication item file.
M IsLoaded() bool Checks to see if the item file has been loaded into the configuration.
M IsValid() bool Checks to see if the item file is valid.
Name Return Type Description
P Identifier string The string identifier for the item file. This string is unique and can be used to compare whether fabrication item files are the same file.
P IsUsed bool Checks to see if the item file is already in use in the project.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.