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