Migrating VBA/VB6 ArcObjects Applications to

Language Differences Variable declaration and Instantiation • VBA/VB6 – Use Dim to declare a variable – Use Set to assign an object instance to a variable • VB.NET – Set keyword is gone – Can perform the declaration & instantiation on one line ‘VB.NET Two line version ‘VB6 Dim aPoint as IPoint Dim pPolygon as IPolygon ................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download