0
votes
0answers
69 views

Can i assign a list or array to IRowBuffer Row without Row.set_Value()?

Is it possible to assign a list or array to IRowBuffer Row? I have something like the following: I have a fields (list) with values and i have to fill a Row with that values. public void ...
2
votes
2answers
352 views

How to get all OIDs from a table?

I have table which i need to get all the OID's from it. I tried this code : List<int> OIDList = new List<int>(); IQueryFilter queryFilter = new QueryFilterClass(); queryFilter.SubFields = ...
5
votes
2answers
618 views

How to insert data to a table?

I have Table in ArcCatalog, table name: (WorkOrderAss) . This table contains 3 columns : (OBJECTID , FeatureName , Name) . I want to insert data to this table from the code behind in C#. Any help ...
1
vote
1answer
139 views

Dealing with tables in ArcMap

I had create a table and line feature class in ArcCatalog. i want to deal with those tables in ArcMap. Read Add Delete Update how could i do that?