FabricationConfiguration.LoadServices Method

FabricationConfigurationLoadServices Method


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public IList<int> LoadServices(
	IList<int> serviceIds
)
Public Function LoadServices ( 
	serviceIds As IList(Of Integer)
) As IList(Of Integer)
public:
IList<int>^ LoadServices(
	IList<int>^ serviceIds
)
member LoadServices : 
        serviceIds : IList<int> -> IList<int> 

Parameters

serviceIds  IListInt32
 

Return Value

IListInt32
See Also