Message 1 of 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
i have this part of code
IRobotApplication robot = new RobotApplicationClass();
string text = Path.GetTempPath() + "\\temp.csv";
RobotTable robotTable = robot.Project.ViewMngr.CreateTable(IRobotTableType.I_TT_STOREYS, IRobotTableDataType.I_TDT_DEFAULT);
robotTable.Select(IRobotSelectionType.I_ST_CASE, "6");
i want to add height column but i can't achieve that using robotTable.AddColumn(i);
Solved! Go to Solution.