SketchEditScope.IsSketchEditingSupportedForSketchBasedElement
Description:
Checks whether the element supports sketch editing.
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).
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
)
-
elemIdThe element id to be checked.
Return Value
bool
True if element supports sketch editing, false otherwise.
-
A non-optional argument was null