Example #1
0
 public bool RequireClone()
 {
     return((LineSymbol != null && LineSymbol.RequireClone()) ||
            (PointSymbol != null && PointSymbol.RequireClone()));
 }
Example #2
0
 public bool RequireClone()
 {
     return((LineSymbol != null && LineSymbol.RequireClone()) ||
            (StartCapPointSymbol != null && StartCapPointSymbol.RequireClone()) ||
            (EndCapPointSymbol != null && EndCapPointSymbol.RequireClone()));
 }