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