2027 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 Inherited From
M Dispose() None Releases all resources used by the FabricationItemFile
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetImage() Bitmap Gets the image for the fabrication item file.
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M IsLoaded() Boolean Checks to see if the item file has been loaded into the configuration.
M IsValid() Boolean Checks to see if the item file is valid.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
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 Boolean Specifies whether the .NET object represents a valid Revit entity.