mkilkelly
9/2/2016 - 6:25 PM

Code to create a sketch plane using the a specific level ID

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)