2027 Method
Changes 0
M

FabricationConfiguration.UnloadServices

Description:
Unload the specified fabrication services from the project.
public void UnloadServices(
	IList<int> serviceIds
)
  • IList<Int32>
    serviceIds
    The identifiers of the fabrication services to unload.
  • Fabrication services can not be unloaded if they are in use currently. -or- Some services are not loaded yet.
  • A non-optional argument was null
  • The current fabrication configuration is not connected and updated to source configuration. Reload and try again.