newShape = currentPage.Drop(currentStencil.Masters["Class"], 3.00, 10.00);
foreach (Visio.Shape tempInnerShape in newShape.Shapes){ if (tempInnerShape.Name == "Name") { tempInnerShape.Text = "Student"; } if (tempInnerShape.Name == "Attributes") { //tempInnerShape.Text = "temp Operations" //ERROR }}