FabricationConfiguration.SetServicesToLoad Method

FabricationConfigurationSetServicesToLoad Method


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

Boolean
See Also