Tagged Questions
1
vote
2answers
354 views
ArcGIS COM API Error
i am using the arcGIS api to make a plugin for arcFM, when i try to run this code
Type t = Type.GetTypeFromProgID("esriFramework.AppRef");
System.Object obj = ...
