Revit 2026 API
Fabrication |
Creates a new instance of the FabricationNetworkChangeService class.
Namespace: Autodesk.Revit.DB.Fabrication
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public FabricationNetworkChangeService( Document document )
Public Sub New ( document As Document )
public: FabricationNetworkChangeService( Document^ document )
new : document : Document -> FabricationNetworkChangeService
Parameters
- document Document
- A document in which to change the service or size of the selected fabrication parts.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also