vb.net - Set objMapWindow = gobjGeoApp.ActiveWindow -


The above command is written in VB, where objMapWindow is the object, how to write the same command in C #.

Try these

  dynamic objMapWindow = gobjGeoApp.ActiveWindow; Object objMapWindow = gobjGeoApp.ActiveWindow;    

Comments

Popular posts from this blog

wpf - ControlTemplate with changes for every class -

sonata admin - how to add ManyToOne property field in configureListfield in sonataAdmin -

sql - Return Function using Cursor -