FabricationNetworkChangeService.SetMapOfInLinePartTypes Method

FabricationNetworkChangeServiceSetMapOfInLinePartTypes Method


Namespace: Autodesk.Revit.DB.Fabrication
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public void SetMapOfInLinePartTypes(
	IDictionary<ElementId, ElementId> fabricationPartTypes
)
Public Sub SetMapOfInLinePartTypes ( 
	fabricationPartTypes As IDictionary(Of ElementId, ElementId)
)
public:
void SetMapOfInLinePartTypes(
	IDictionary<ElementId^, ElementId^>^ fabricationPartTypes
)
member SetMapOfInLinePartTypes : 
        fabricationPartTypes : IDictionary<ElementId, ElementId> -> unit 

Parameters

fabricationPartTypes  IDictionaryElementId, ElementId
 
See Also