public PointPairListPlus(PointPairListPlus other, PreciseEditorData ped, ScalableDataList pls)
     : base(other)
 {
     PEDreference = ped;
     PLSreference = pls;
 }
Beispiel #2
0
 public PointPairListPlusWithMaxCapacity(PointPairListPlus other)
     : base(other, other.PEDreference, other.PLSreference)
 {
 }
 public PointPairListPlus(PointPairListPlus other, PreciseEditorData ped, ScalableDataList pls)
     : base(other)
 {
     PEDreference = ped;
     PLSreference = pls;
 }