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


IGlobeLayerProperties.IsDisconnected Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

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(
  VARIANT_BOOL* pbDisconnected
);
[C++]

Parameters pbDisconnected [out, retval] pbDisconnected is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGlobeLayerProperties Interface