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


IGlobeLayerProperties.IsDisconnected 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.IsDisconnected Property
ArcGIS Developer Help

IGlobeLayerProperties.IsDisconnected Property

Indicates if the layer is not associated with a data source.

[Visual Basic .NET]
Public Property IsDisconnected As Boolean
[C#]
public bool IsDisconnected {get; set;}
[C++]
HRESULT get_IsDisconnected(
  Boolean* pbDisconnected
);
[C++]
HRESULT put_IsDisconnected(
  VARIANT_BOOL pbDisconnected
);
[C++]
Parameters
pbDisconnected [out, retval]

pbDisconnected is a parameter of type bool* pbDisconnected [in]
pbDisconnected is a parameter of type bool

Product Availability

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

See Also

IGlobeLayerProperties Interface