Hi Guys,
Tool Requirement : User will Pick a Point in dgn at Required Location Based on the Picked Location Coordinates, i need to open google earth and zoom to the
specified location.
Questions:
1) Is it Possible ?
2) Using MDL Language can i program to get output ?
Example :By using small function i opened google earth in this way (correct process r not ?)
MSExternalProgramDescr *msepdDescP;msepdDescP = mdlExternal_startMCSLProgram ("C:\\Program Files\\Google\\Google Earth\\plugin\\geplugin",NULL);if (msepdDescP != NULL)
{ mdlExternal_terminateProgram (msepdDescP); }
If Possible can u guys please provide me the steps for programming.
Unknown said:mdlExternal_startMCSLProgram
I don't know why that was in the V8 API (it's been removed for V8i), or why you chose it. If you do want to start an external program, use mdlExternal_startProgram.
MCSL in the function you chose is an acronym for the MicroStation Customer Support Library. It was a fairly low-level API supplied for developers at Intergraph. Erase it from your memory.
Regards, Jon Summers LA Solutions