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

python - how we can use ajax() in views.py in django? -

c - Performance of System() -

ios - UIWebView content not adjusted to new frame after rotation -