Checks if all elements in the set can have a type assigned.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public static bool CanHaveTypeAssigned( Document document, ICollection<ElementId> elementIds )
Parameters
Return Value
BooleanTrue if all elements in the set can have a type assigned, false otherwise.
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when at least one of the elements does not exist in the document. |
ArgumentNullException | A non-optional argument was null |