Globecontrol and Mole

525
0
01-15-2013 11:04 PM
FabrizioPuddu2
New Contributor
hi,

I'm using object globecontrol with symbols Mole.

I have a main form that calls a second form (3D) where is present globecontrol object, in this form is possible to load a
.3DD project that contains MOLE data from FGDB.

The problem is this:

1) I open the Form 3D first time and load the .3DD project and the MOLE data are displayed on GlobeControl
2) close the form 3D
3) open the form 3D again and load the 3D project and MOLE data are not displayed.

any idea

I can not use the following method due to other issues:

Dim mch As ESRI.ArcGIS.DefenseSolutions.IMoleCoreHelper = New ESRI.ArcGIS.DefenseSolutions.MoleCoreHelperClass()
mch.ReleaseForceElementRenderer()
mch.ReleaseTacticalGraphicRenderers()
ESRI.ArcGIS.ADF.COMSupport.AOUninitialize.Shutdown()
InitializeRuntime()            ' reinitialize

I'm using 10.0

thants at all
0 Kudos
0 Replies