Share

Family.IsUserCreated Property

Determine whether the family has been defined by the user.


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

Syntax

C#

public bool IsUserCreated { get; }

Property Value

Boolean

Remarks

Some families are created internally and cannot be saved or reloaded. This function will return False for such internal families.

See Also

Reference

Was this information helpful?