<Code Lib>
2025 Method
Changes 0
M

PartMakerMethodToDivideVolumes.CanBeDivisionProfile(ElementId, Document)

Description:
Checks whether a family defines a profile which can be used by this method.
Overloads (2):
CanBeDivisionProfile(ElementId,Document)

public static bool CanBeDivisionProfile(
	ElementId familyId,
	Document familyDocument
)

  • familyId
    Element id of the family.
  • familyDocument
    The document containing the family to be tested.
Return Value Boolean True if the family defines a profile which can be used by a part maker, false otherwise.

Loading…