PartUtils.AreElementsValidForCreateParts
Description:
Identifies if the given elements can be used to create parts.
Identifies if the given elements can be used to create parts.
public static bool AreElementsValidForCreateParts(
Document document,
ICollection<ElementId> elementIds
)
-
documentThe document.
-
elementIdsElement ids to be tested for validity for creating parts.
Return Value
bool
True if all member ids are valid, false otherwise.
-
A non-optional argument was NULL