ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties4.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

IGlobeLayerProperties4 Interface