Checks whether the document is in a state that allows the loading of families.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool CanLoadFamilies(
Document document
)
Parameters
- document Document
-
The document to check.
Return Value
Boolean
True if loading of families is allowed, otherwise False.
Exceptions
See Also
Reference