Obtains a set of types that are valid for all given elements.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static ICollection<ElementId> GetValidTypes(
Document document,
ICollection<ElementId> elementIds
)
Parameters
- document Document
-
The document.
- elementIds ICollection<ElementId>
-
A collection of element IDs.
Return Value
ICollection<ElementId>
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
See Also
Reference