ElementIsValidType(Document, ICollectionElementId, ElementId) Method |
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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
- document Document
-
- elementIds ICollectionElementId
-
- typeId ElementId
-
Return Value
Boolean
See Also