FamilySource Enumeration

FamilySource Enumeration

Describes which version of the family to be loaded.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum FamilySource
Public Enumeration FamilySource
public enum class FamilySource
type FamilySource
Members
Member nameValueDescription
Project0 Loading the family from target project document.
Family1 Loading the family from current family document.
See Also