<Code Lib>
2023 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
)

Return Value bool True if sketch can be edited, false otherwise.

Loading…