2023 Members
Changes 7
M

SketchEditScope

Name Return Type Description Inherited From
M Cancel() None Cancels the edit scope. (Inherited from EditScope .) EditScope
M Commit(IFailuresPreprocessor) None Finishes the edit scope. (Inherited from EditScope .) EditScope
M Dispose() None (Inherited from EditScope .) EditScope
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object .
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object .
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object .
M IsElementWithoutSketch(ElementId) bool Validates if an element can have a sketch but currently does not.
M IsSketchEditingSupported(ElementId) bool Checks whether sketch can be edited.
M IsSketchEditingSupportedForSketchBasedElement(ElementId) bool Checks whether the element supports sketch editing.
M Start(ElementId) None Starts a sketch edit mode.
M StartWithNewSketch(ElementId) None Starts a sketch edit mode for an element which, at this moment, doesn't have a sketch.
M ToString None Returns a string that represents the current object. (Inherited from Object .) Object .
Name Return Type Description Inherited From
P IsActive bool Tells if the EditScope is active. In other words, the EditScope has started but not committed/canceled yet. (Inherited from EditScope .) EditScope
P IsPermitted bool Tells if the edit scope is permitted to start. (Inherited from EditScope .) EditScope
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity. (Inherited from EditScope .) EditScope