FabricationNetworkChangeServiceGetDeletePartFailureState Method |
Get the state if the element will be deleted when change the service encounters an error or not.
Namespace: Autodesk.Revit.DB.FabricationAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic bool GetDeletePartFailureState()
Public Function GetDeletePartFailureState As Boolean
public:
bool GetDeletePartFailureState()
member GetDeletePartFailureState : unit -> bool
Return Value
Boolean
Returns true if if the element will be deleted otherwise false.
See Also