FabricationNetworkChangeServiceSetMapOfSizesForStraights Method

Set the mapping for sizes of fabrication part straights to change the sizes to.

Namespace: Autodesk.Revit.DB.Fabrication
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public void SetMapOfSizesForStraights(
	ISet<FabricationPartSizeMap> fabricationPartSizeMaps
)

Parameters

fabricationPartSizeMaps  ISetFabricationPartSizeMap
The map containing the original straights size to the mapped sizes.
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also