FabricationNetworkChangeServiceResult Enumeration

Possible results from invoking the FabricationNetworkChangeService.

Namespace: Autodesk.Revit.DB.Fabrication
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public enum FabricationNetworkChangeServiceResult
Members
Member nameValueDescription
InvalidSelection3 The selection of elements was invalid.
PartialFailure1 The change contained partial failures and will need to be fixed manually.
Success0 The change was successful.
UserAborted2 The change was aborted by the user.
See Also