FabricationNetworkChangeServiceSetMapOfInLinePartTypes Method |
Namespace: Autodesk.Revit.DB.FabricationAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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