Possible results from invoking the FabricationNetworkChangeService.
Namespace: Autodesk.Revit.DB.Fabrication
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public enum FabricationNetworkChangeServiceResult
Members
Member name | Value | Description |
---|---|---|
InvalidSelection | 3 | The selection of elements was invalid. |
PartialFailure | 1 | The change contained partial failures and will need to be fixed manually. |
Success | 0 | The change was successful. |
UserAborted | 2 | The change was aborted by the user. |