Share

DesignToFabricationConverter.Convert Method

Converts the set of MEP design elements into fabrication parts.


Namespace: Autodesk.Revit.DB.Fabrication
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public DesignToFabricationConverterResult Convert(
	ISet<ElementId> selection,
	int serviceId
)

Parameters

selection  ISet<ElementId>
The set of element identifiers to convert from MEP design elements to fabrication parts.
serviceId  Int32
The identifier of the fabrication service.

Return Value

DesignToFabricationConverterResult

Exceptions

ExceptionCondition
ArgumentException the selection contains invalid elements to convert. -or- the specified fabrication service is not valid for all domains in the selection.
ArgumentNullException A non-optional argument was null
InvalidOperationException no fabrication configuration is loaded.

Remarks

After this method has been invoked, call:

See Also

Reference

Was this information helpful?