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


IGlobeLayerProperties5.IMSConnection Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties5.IMSConnection Property

The IMS connection, if it exists.

[Visual Basic .NET]
Public Property IMSConnection As IIMSGlobeConnection
[C#]
public IIMSGlobeConnection IMSConnection {get; set;}
[C++]
HRESULT get_IMSConnection(
  IIMSGlobeConnection** ppConnection
);
[C++]
HRESULT putref_IMSConnection(
  IIMSGlobeConnection* ppConnection
);
[C++]

Parameters ppConnection [out, retval]
ppConnection is a parameter of type IIMSGlobeConnection ppConnection [in]
ppConnection is a parameter of type IIMSGlobeConnection

Product Availability

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

See Also

IGlobeLayerProperties5 Interface