Advertisement
Guest User

Untitled

a guest
Aug 31st, 2014
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. private class SortCallback : ITableSortCallBack
  2. {
  3. public int Compare(object value1, object value2, int FieldIndex, int fieldSortIndex)
  4. {
  5. // ... custom compare operations if value1/2 is IGeometry
  6.  
  7. return 2;
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement