ElementMulticlassFilter(IListType) Constructor |
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic ElementMulticlassFilter(
IList<Type> typeList
)
Public Sub New (
typeList As IList(Of Type)
)
public:
ElementMulticlassFilter(
IList<Type^>^ typeList
)
new :
typeList : IList<Type> -> ElementMulticlassFilter
Parameters
- typeList IListType
-
See Also