private void DrawContinuousLine(List <LJJSPoint> ptcol, string layerName, double lineWidth, Color penColor)
 {
     Layer.Layer_SetToCurrent(layerName);
     ulong objid = PolyLine.BuildCommonPolyLine(ptcol, lineWidth, penColor);
 }