RVTDocs.com

FabricationConfiguration.LoadServices

Method
Description:
Loads the specified fabrication services into the project.
Syntax
public IList<int> LoadServices(
	IList<int> serviceIds
)
Parameters
Parameter Type Description
serviceIds IList The identifiers of the fabrication services to load.
Return Value
Type Description
IList The identifiers of the fabrication services which failed to load.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
InvalidOperationException The current fabrication configuration is not connected and updated to source configuration. Reload and try again. -or- this operation failed.