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


IGlobeLayerProperties.IMSConnection Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLayerProperties Interface > IGlobeLayerProperties.IMSConnection Property
ArcGIS Developer Help

IGlobeLayerProperties.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

IGlobeLayerProperties Interface