This document is archived and information here might be outdated.  Recommended version.


IGlobeLayerProperties5.Disconnect Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties5.Disconnect Method

Disconnect from layer to stop receiving events.

[Visual Basic .NET]
Public Sub Disconnect ( _
)
[C#]
public void Disconnect (
);
[C++]
HRESULT Disconnect(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeLayerProperties5 Interface