Describes which version of the family to be loaded.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
SyntaxPublic Enumeration FamilySource
public enum class FamilySource
MembersMember name | Value | Description |
---|
Family | 1 |
Loading the family from current family document.
|
Project | 0 |
Loading the family from target project document.
|
See Also