This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLayerProperties5 Interface > IGlobeLayerProperties5.IMSConnection Property (ArcObjects .NET 10.5 SDK) |
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