RouteAnalysisSettingsSetIgnoredCategoryIds Method |
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic void SetIgnoredCategoryIds(
ICollection<ElementId> categoryIds
)
Public Sub SetIgnoredCategoryIds (
categoryIds As ICollection(Of ElementId)
)
public:
void SetIgnoredCategoryIds(
ICollection<ElementId^>^ categoryIds
)
member SetIgnoredCategoryIds :
categoryIds : ICollection<ElementId> -> unit
Parameters
- categoryIds ICollectionElementId
-
See Also