2024 Method
Changes 0
M

FabricationPart.SaveAsFabricationJob

Description:
Save fabrication parts to an MEP job that can be opened in the fabrication software.
Remarks:
Only fabrication MAJ files are supported.
public static ISet<ElementId> SaveAsFabricationJob(
	Document document,
	ISet<ElementId> ids,
	string filename,
	FabricationSaveJobOptions saveOptions
)
Return Value ISet<ElementId> Returns a list of fabrication part element Ids that were saved to the fabrication job.