FabricationNetworkChangeServiceResult Enumeration

Possible results from invoking the FabricationNetworkChangeService.

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