Are there any examples of rotating symbols based on column values in MsSql2008FeatureLayer and using VB.Net?
Closest thing I can find to that is the "Sized Point Style" example in the
wiki.thinkgeo.com/wiki/Map_Suite_Desktop_Edition_Styles_Samples
page but that is in C# and doesn't use the most up to date MapSuiteCore reference either. I know I can convert code from C# to VB which is fine for snippets, but not a whole project without taking a huge amount of time. There is only 1 VB app in the whole Styles Samples page & that is quite limited.
I have a VB project already published here:
gis.thinkgeo.com/Support/DiscussionForums/tabid/143/aff/21/aft/8452/afv/topic/Default.aspx
(TestSQLServer4.zip) which has almost everything - is in VB, uses MsSql2008FeatureLayer, creates it's own SQL Server 2008 table and has 1 column called VCMG which is the rotation angle. I just can't find a good example anywhere of how to extend that kind of project to rotate the vessel shapes according the course made good (VCMG column).
Anyone know of something suitable already in VB.Net? Or anyone in ThinkGeo want to extend TestSQLServer4 project as an example for the poor cousins who only use VB? :-)
Thanks,
Dave