SketchEditScope.IsSketchEditingSupportedForSketchBasedElement
Method
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).
Parameters
| Parameter | Type | Description |
|---|---|---|
| elemId | ElementId | The element id to be checked. |
Return Value
| Type | Description |
|---|---|
| Boolean | True if element supports sketch editing, false otherwise. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |