RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Family

Family.CanLoadFamilies

Method
Description:
Checks whether the document is in a state that allows the loading of families.
Syntax
public static bool CanLoadFamilies(
	Document document
)
Parameters
Parameter Type Description
document Document The document to check.
Return Value
Type Description
Boolean True if loading of families is allowed, otherwise False.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null