RVTDocs.com

MassLevelData.IsMassFamilyInstance

Method
Description:
Checks if the ElementId is a mass family instance.
Syntax
public static bool IsMassFamilyInstance(
	Document document,
	ElementId id
)
Parameters
Parameter Type Description
document Document The document.
id ElementId The ElementId to be checked.
Return Value
Type Description
Boolean True if the ElementId is a mass family instance, false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null