Example #1
0
 protected void FinishCamBamPLine()
 {
     if (_pline != null)
     {
         _pline.CheckAndSetClosed();
         _pline = null;
     }
 }
Example #2
0
		protected void FinishCamBamPLine()
		{
			if (_pline != null)
			{
				_pline.CheckAndSetClosed();
				_pline = null;
			}
		}
Example #3
0
 protected void AddCamBamPLine()
 {
     _pline = _layer.AddPLine();
 }
Example #4
0
		protected void AddCamBamPLine()
		{
			_pline = _layer.AddPLine();
		}