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

Return Value bool True if element supports sketch editing, false otherwise.

Loading…