Ejemplo n.º 1
0
 public NCZFile(string path, double tolerance)
 {
     _path = path;
     CheckFileAccess();
     Tolerance      = tolerance;
     _nczObjectList = new NCZObjectCollection();
     LayerList      = new List <BaseNCZObject>();
 }
Ejemplo n.º 2
0
 public NCZFile(string path)
 {
     _path          = path;
     _nczObjectList = new NCZObjectCollection();
     LayerList      = new List <BaseNCZObject>();
 }