Tagged Questions
0
votes
0answers
70 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 ...
5
votes
2answers
621 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 ...