RVTDocs.com

ItemFactoryBase

Class
Description:
The ItemFactoryBase object is used to create new instances of elements within the Autodesk Revit document.
Remarks:
The ItemFactoryBase object is a utility object that is used to create new instances of elements within the Autodesk Revit document. This class holds common methods used in both project documents and family documents.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.APIObject
    Autodesk.Revit.Creation.ItemFactoryBase
      Autodesk.Revit.Creation.Document
      Autodesk.Revit.Creation.FamilyItemFactory
Syntax
public class ItemFactoryBase : APIObject