Tagged Questions
0
votes
0answers
65 views
ArcGIS 10.1 Access Violation when adding GlobeGraphicsLayer
Transitioning from 10.0 to 10.1 and creating MOLE symbology in ArcGlobe - the application crashes at the following line of code
Globe.AddLayerType(graphicsLayer.GlobeGraphicsLayer as ILayer , ...
3
votes
0answers
61 views
ArcGlobe not sitting on Globe Surface
I have gone through the process of bringing a SketchUp model into ArcScene utilizing Edit Placement on the 3D Editor window. The model appears to have come in great. However, it is floating slightly ...
1
vote
0answers
247 views
multipatch features are not visible in 3D ArcGlobe
I have created some 3D features in ROCKWORKS software, which represents lithology data. Then I converted it to 3D shapefile, and then I added it to ArcGlobe as well as ArcScene. It is clearly visible ...
0
votes
0answers
266 views
Adding a polygon in ArcGlobe via GraphicsContainer.AddElement
I'm trying to add some data to an ArcGlobe; however, it's not showing up and I'm wondering what the issue is.
I am doing the following
IGeometry geometry;
Ipolygon polygon = myPolygon;
...
