Revit 2025.3 API
Fabrication |
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool SetServicesToLoad( IList<int> serviceIds )
Public Function SetServicesToLoad ( serviceIds As IList(Of Integer) ) As Boolean
public: bool SetServicesToLoad( IList<int>^ serviceIds )
member SetServicesToLoad : serviceIds : IList<int> -> bool
Parameters
- serviceIds IListInt32
Return Value
BooleanSee Also