Set the mapping for sizes of fabrication part straights to change the sizes to.
Namespace: Autodesk.Revit.DB.FabricationAssembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since: 2018.2
Syntax
C# |
---|
public void SetMapOfSizesForStraights( ISet<FabricationPartSizeMap> fabricationPartSizeMaps ) |
Visual Basic |
---|
Public Sub SetMapOfSizesForStraights ( _ fabricationPartSizeMaps As ISet(Of FabricationPartSizeMap) _ ) |
Visual C++ |
---|
public: void SetMapOfSizesForStraights( ISet<FabricationPartSizeMap^>^ fabricationPartSizeMaps ) |
Parameters
- fabricationPartSizeMaps
- Type: System.Collections.Generic..::..ISet<(Of <(<'FabricationPartSizeMap>)>)>
The map containing the original straights size to the mapped sizes.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |