Hi everyone,
I am currently working on a project that will require an additional plot overlay on top of the original plot. I have already added an additional plot (plot-2) in the property page. However, I'm having some difficulty as how to reference to this plot when I'm writing up the code. I am currently referencing to the graphs by:
graph3d.Plot3DParametricSurface(xData,yData,zData,vOptional);
With this reference, I can only work with the first plot (plot-1). Can someone inform me on how to access my plot-2? Any help will be greatly appreciated.
Currently working with Visual Basic C++ .NET with CW 3D Graph 7.0.
Thanks,
Allen
Message Edited by alchan on 09-27-2005 12:52 PM