FabricationItemFile
Description:
This class holds information about the item file, including whether it is already loaded from disk into Revit.
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.
This object is created as a result of loading from disk.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.FabricationItemFile
System.Object
Autodesk.Revit.DB.FabricationItemFile
public class FabricationItemFile : IDisposable
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| GetImage() | nullNothingnullptr | Gets the image for the fabrication item file. |
| IsLoaded() | bool | Checks to see if the item file has been loaded into the configuration. |
| IsValid() | bool | Checks to see if the item file is valid. |
| Name | Return Type | Description |
|---|---|---|
| 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. |
| IsUsed | bool | Checks to see if the item file is already in use in the project. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |