Element.GetValidTypes(Document, ICollection<ElementId>)
Method
Description:
Obtains a set of types that are valid for all given elements.
Obtains a set of types that are valid for all given elements.
Syntax
public static ICollection<ElementId> GetValidTypes(
Document document,
ICollection<ElementId> elementIds
)
Parameters
| Parameter | Type | Description |
|---|---|---|
| document | Document | The document. |
| elementIds | ICollection | A collection of element IDs. |
Return Value
| Type | Description |
|---|---|
| ICollection | A set of element IDs of types that are valid for these elements or an empty set if any element cannot have a type assigned. |
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 |