ArcObjects Library Reference (GlobeCore)  

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