arcobjects Questions
2
Solved
I have some code that uses a 3rd-party lib (ArcObjects) exposed by COM. So for instance there´s the IGeometry-interface.
IGeometry geometry = GetGeometry();
Now when I want to look at the objec...
Waltner asked 22/5, 2018 at 11:53
1
Solved
We have a C++ project in STA mode which opens an C#/WPF lib that hosts an ESRI ArcEngine MapControl via WindowsFormsIntegration. This worked fine in Visual Studio 2013. Since we switched to VS2015 ...
Collected asked 8/11, 2016 at 14:12
2
Solved
I made an add in application for arcmap in C# and I tried to connect with my File Geodatabase. So when I tried to run it I got this error:
Error 1 Interop type 'ESRI.ArcGIS.DataSourcesGDB.FileGDBW...
Petropavlovsk asked 27/11, 2013 at 10:10
1
How does Visual Studio's debugger/interactive window dump the properties of COM Objects in .NET?
In this related question, I noted that Visual Studio's debugger is able to enumerate the properties of System.__ComObject references, which is "a hidden type used when the wrapper type is ambiguous...
Deleterious asked 10/2, 2013 at 13:20
1
© 2022 - 2024 — McMap. All rights reserved.