Checks whether sketch can be edited.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsSketchEditingSupported(
ElementId sketchId
)
Parameters
- sketchId ElementId
-
The element id of sketch.
Return Value
Boolean
True if sketch can be edited, false otherwise.
Exceptions
Remarks
This method checks if this particular sketch can be edited.
If you want to check if all sketches of an element can be edited please use
IsSketchEditingSupportedForSketchBasedElement(ElementId)
See Also
Reference