ITable Selection as Input

555
1
08-28-2013 03:37 PM
MeleKoneya
Occasional Contributor III
I have a .NET application that uses an ITable to input into the Append Class from the DataManagementTools Namespace.

I would like to send a subset of the ITable selected rows as input to the Append Class, but am not sure how to create this.

I tried using the ITable.Select Method, but this returns an ISelectionSet.    I would like what amounts to a view of the ITable by applying a QueryFilter.

Any ideas on how to do this?

Thanks,

Mele
0 Kudos
1 Reply
DuncanHornby
MVP Notable Contributor
Mele,

The Append geo-processing tool should honour any existing selection. I think you need to provide the Append tool TableViews or FeatureLayers as the inputs which have the selection rather than the underlying table/featureclass.

Duncan
0 Kudos