예제 #1
0
 public void AddToAllGeoTypesSet(AllSpatialTypes allSpatialTypes)
 {
     base.AddObject("AllGeoTypesSet", allSpatialTypes);
 }
예제 #2
0
 public static AllSpatialTypes CreateAllSpatialTypes(int ID)
 {
     AllSpatialTypes allSpatialTypes = new AllSpatialTypes();
     allSpatialTypes.Id = ID;
     return allSpatialTypes;
 }