Beispiel #1
0
 public void AddSplitSource(Vector2 p)
 {
     if (SegmentationChangeInProgress)
     {
         return;
     }
     lock (this)
     {
         if (SegmentationChangeInProgress)
         {
             return;
         }
         Internal.AddSplitSource(mTiledDatasetView, GetPointDataSpace(p));
     }
 }