2027 Method
Changes 2
M

SketchEditScope.IsSketchEditingSupported

Description:
Checks whether sketch can be edited.
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)
public bool IsSketchEditingSupported(
	ElementId sketchId
)
  • sketchId
    The element id of sketch.
Return Value Boolean True if sketch can be edited, false otherwise.