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

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -