ThinkGeo.com    |     Documentation    |     Premium Support

dbfColumn

I am trying to create an instance of a dbfColumn object. I am setting various properties such as columnName and they are not seemingly viewable when viewing the properties of the object after having been set. Is this a bug?


 




Nelson,


I wrote the following code statement and see it in Autos and Watch and it seems fine, it is very strange that it is not shown correctly in your VS environment:
 

DbfColumn dbfColumn = new DbfColumn("colummName", DbfColumnType.Double, 2, 1);

 
 

 
Is this problem still happens when you restart your Visual Studio? And all other varaibles are watched correctly?
 
Any more questions just let me know.
 
Thanks.
 
Yale

 



Hi Yale, 
  
 No, you must first instantiate the dbfColumn aned then try to modify its properties after the fact. And yes, my VS is always working correctly.

Nelson,


Is the way shown in screenshots the same way you talked about?
 

 
 

 
Any more questions just let me know.
 
Thanks.
 
Yale