<Code Lib>
2025 Method
Changes 3
M

SketchEditScope.IsSketchEditingSupportedForSketchBasedElement

Description:
Checks whether the element supports sketch editing.
Remarks:
This method checks if the element supports edit to all its sketches. If you want to check if this element supports edit to a particular sketch please use IsSketchEditingSupported(ElementId).

public bool IsSketchEditingSupportedForSketchBasedElement(
	ElementId elemId
)

  • elemId
    The element id to be checked.
Return Value Boolean True if element supports sketch editing, false otherwise.

Loading…