EditScope Class


The base class for a scope object that provides special access and limitations related to editing certain elements.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since: 2014

Syntax

C#
public class EditScope : IDisposable
Visual Basic
Public Class EditScope _
	Implements IDisposable
Visual C++
public ref class EditScope : IDisposable

Remarks

Derivations of this class provide specific functionality to manage edit modes for specific purposes.

Inheritance Hierarchy

See Also