| Revit 2019.2 API |
| FabricationNetworkChangeService..::..SetMapOfSizesForStraights Method |
| FabricationNetworkChangeService Class See Also |
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: 19.0.0.0 (19.2.0.66)
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 |