EditScope
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Cancel() | None | Cancels the edit scope. | |
| Commit(IFailuresPreprocessor) | None | Finishes the edit scope. | |
| Dispose() | None | Releases all resources used by the EditScope | |
| Equals | None | (Inherited from Object .) | Object . |
| GetHashCode | None | (Inherited from Object .) | Object . |
| GetType | None | (Inherited from Object .) | Object . |
| ToString | None | (Inherited from Object .) | Object . |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IsActive | bool | Tells if the EditScope is active. In other words, the EditScope has started but not committed/canceled yet. | |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |