FabricationConfigurationSetServicesToLoad Method |
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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
Boolean
See Also