Code to create a sketch plane using the a specific level ID
// create sketchplane from level // need to provide document and element Id of level SketchPlane curSketchplane; curSketchplane = SketchPlane.Create(curDoc, curLevel.Id)