![]() | XfnGetResourcePath Method |
Namespace: Pixoneer.NXDL
// IO initialize to load image file XRasterIO RasterIO = new XRasterIO(); String strError = ""; if (RasterIO.Initialize(out strError) == false) { return; } String strError; String strResourcePath = Xfn.GetResourcePath(); XRSLoadFile GeoidFile = RasterIO.LoadFile(strResourcePath + "\\EGM2008-5.xdm", out strError, false, eIOCreateXLDMode.All_NoMsg);