Revit 2026 API
ElementIs |
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static bool IsValidType( Document document, ICollection<ElementId> elementIds, ElementId typeId )
Public Shared Function IsValidType ( document As Document, elementIds As ICollection(Of ElementId), typeId As ElementId ) As Boolean
public: static bool IsValidType( Document^ document, ICollection<ElementId^>^ elementIds, ElementId^ typeId )
static member IsValidType : document : Document * elementIds : ICollection<ElementId> * typeId : ElementId -> bool
Parameters
Return Value
BooleanSee Also