Exemplo n.º 1
0
 private string FixDatasetType(esriDatasetType dt)
 {
     // Do not add spaces - to maintain compatibility with ArcObjects 10.x
     return(dt.ToString().Replace("esriDT", ""));
 }