Share

Document.FamilyManager Property

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


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public FamilyManager FamilyManager { get; }

Property Value

FamilyManager

Exceptions

ExceptionCondition
InvalidOperationException Thrown when the current document is project document.

Remarks

This property is available when the document is a family document.

See Also

Reference

Was this information helpful?