Example #1
0
 /// <summary>
 /// Used instead of DefaultValueAttribute
 /// </summary>
 public bool ShouldSerializeLaserLineAlgorithm()
 {
     return(_line_algorithm.GetType() != typeof(LaserLineAlgorithms.WeightedAverage));
 }