Revit 2022 API |
SketchEditScope Members |
SketchEditScope Class Constructors Methods Properties See Also |
The SketchEditScope type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SketchEditScope |
Instantiates a SketchEditScope object.
|
Methods
Name | Description | |
---|---|---|
![]() | Cancel |
Cancels the edit scope.
(Inherited from EditScope.) |
![]() | Commit |
Finishes the edit scope.
(Inherited from EditScope.) |
![]() | Dispose | (Inherited from EditScope.) |
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsSketchEditingSupported |
Checks whether sketch can be edited.
|
![]() | Start |
Starts a sketch edit mode.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | IsActive |
Tells if the EditScope is active. In other words, the EditScope has started but not committed/canceled yet.
(Inherited from EditScope.) |
![]() | IsPermitted |
Tells if the edit scope is permitted to start.
(Inherited from EditScope.) |
![]() | IsValidObject |
Specifies whether the .NET object represents a valid Revit entity.
(Inherited from EditScope.) |