SketchEditScope.IsSketchEditingSupported
Method
Description:
Checks whether sketch can be edited.
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)
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)
Parameters
| Parameter | Type | Description |
|---|---|---|
| sketchId | ElementId | The element id of sketch. |
Return Value
| Type | Description |
|---|---|
| Boolean | True if sketch can be edited, false otherwise. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |