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


IGlobeLayerProperties.Connect Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties.Connect Method

Connect to layer to receive events.

[Visual Basic .NET]
Public Sub Connect ( _
    ByVal pLayer As ILayer _
)
[C#]
public void Connect (
    ILayer pLayer
);
[C++]
HRESULT Connect(
  ILayer* pLayer
);
[C++]

Parameters pLayer [in]
pLayer is a parameter of type ILayer*

Product Availability

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

See Also

IGlobeLayerProperties Interface