RVTDocs.com

PartMakerMethodToDivideVolumes.CanBeDivisionProfile(ElementId, Document)

Method
Description:
Checks whether a family defines a profile which can be used by this method.
Syntax
public static bool CanBeDivisionProfile(
	ElementId familyId,
	Document familyDocument
)
Parameters
Parameter Type Description
familyId ElementId Element id of the family.
familyDocument Document The document containing the family to be tested.
Return Value
Type Description
Boolean True if the family defines a profile which can be used by a part maker, false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null