Share

Document.FamilyCreate Property

An object that can be used to create new instances of Autodesk Revit API elements within a family document.


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

Syntax

C#

public FamilyItemFactory FamilyCreate { get; }

Property Value

FamilyItemFactory
This object is used to create new instances of family elements within the Autodesk Revit API, such as Extrusion or Reference lines.

Exceptions

ExceptionCondition
InvalidOperationException Thrown when the current document is project document.

See Also

Reference

Was this information helpful?