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. Like all Start methods in any edit scope object this too returns an Id of the element in the edit session, even though in this case here it always equals to the given sketchId.
public void Start(
	ElementId sketchId
)