Exemplo n.º 1
0
 /// <summary>
 /// Copies attributes between records of the same table
 /// </summary>
 public static void CopyAttributes(this IAttributeTable table, int sourceIndex, int targetIndex)
 {
     table.CopyAttributes(sourceIndex, table, targetIndex);
 }