Joining featureclass in ArcObjects

2858
1
10-07-2015 11:32 PM
NigelDsouza
Occasional Contributor

Hi,

I have a feaureclass x which is related to a,b,c tables through relationship classes.

I need to join or append the data from a,b,c to featureclass x using arcobjects. How can I achieve this.

My data schema is like

eg:

feature class x:

| oid | FIPSID | name | address

| 1   | 6257      | New I| 65 Street

feature class y:

| oid | LOCUID | CODE| POPULATION

| 1   | 1258    | | 65      |    2568

Relationship Class

| oid | ORIGINID | DESTID

| 1    | 6257         | 1258   

How can I join this data?

Regards,

Nigel.

Tags (2)
0 Kudos
1 Reply
FreddieGibson
Occasional Contributor III

Have you tried the steps mentioned on the following page?

Joining Data

http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#//0001000002zw000000

0 Kudos