Hi Friends,
I am using the following code to draw section view but in that i can able to draw only one section line and string name to that line.
osectionDrawingView = osheet.DrawingViews.AddSectionView(baseview, oDrawingSketch,
sectionplacementpoint, DrawingViewStyleEnum.kFromBaseDrawingViewStyle,
sectionscale, true, "", false, true, "");
i want second section line and string name to that line and code must be generic.
so please help me.
Thanks and Regards,
Vishal Gade