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


IGlobeLayerProperties.IsDisconnected Property (ArcObjects .NET 10.6 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(
  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