SetMapOfSizesForStraights Method


Fabrication Network Change Service Set Map Of Sizes For Straights 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: 25.0.0.0 (25.0.0.0)
Syntax
public void SetMapOfSizesForStraights(
	ISet<FabricationPartSizeMap> fabricationPartSizeMaps
)

Parameters

fabricationPartSizeMaps ISet FabricationPartSizeMap
The map containing the original straights size to the mapped sizes.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
See Also