Share

Family.CanLoadFamilies Method

Checks whether the document is in a state that allows the loading of families.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

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

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?