2027 Method
Changes 0
M

PartUtils.AreElementsValidForCreateParts

Description:
Identifies if the given elements can be used to create parts.
public static bool AreElementsValidForCreateParts(
	Document document,
	ICollection<ElementId> elementIds
)
  • document
    The document.
  • ICollection<ElementId>
    elementIds
    Element ids to be tested for validity for creating parts.
Return Value Boolean True if all member ids are valid, false otherwise.