Table of Contents

Class FamilyDocument

Namespace
OpenMEPRevit.Document
Assembly
OpenMEPRevit.dll

An object that represents an open Family In Autodesk Revit project.

public class FamilyDocument
Inheritance
FamilyDocument
Inherited Members

Remarks

The Document object represents an Autodesk Revit project. Revit can have multiple projects open and multiple views to those projects. The active or top most view will be the active project and hence the active document which is available from the Application object.

Methods

FamilyManager(Document)

The family manager object provides access to family types and parameters.

public static FamilyManager FamilyManager(Document familyDocument)

Parameters

familyDocument Document

family document

Returns

FamilyManager

family manager

Examples