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? -

matlab - Using loops to get multiple values into a cell -

python - Sequence Pattern recognition with Pybrain -