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

sql - Return Function using Cursor -

sql server - How to use pivot in this table -

javascript - Is there any way to add a new parameter to a function programmatically? -