M

SketchEditScope.Start

Description:
Starts a sketch edit mode.
Remarks:
The application will need to start a transaction to actually make changes to the Sketch element. SketchEditScope can only be started when there is no transaction active, thus it does not work for commands running in automatic transaction mode.
public void Start(
	ElementId sketchId
)