Tagged Questions
1
vote
0answers
64 views
Clear or Disable Cache in ArcObjects Globe Control
Is it possible to clear or disable the cache for individual layers on the AxGlobeControl? If so, how? I would like to be able to do this programatically through ArcObjects.
0
votes
0answers
259 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;
...
1
vote
1answer
114 views
What's the ArcGlobe equivalent of BaseDynamicLayer
I'm attempting to have a dynamic layer in ArcGlobe but obviously BaseDynamicLayer is only for ArcMap. I'm looking for something that has similar functionality where I can Display data dynamically and ...