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 > IGlobeLayerProperties4 Interface > IGlobeLayerProperties4.IsDisconnected Property (ArcObjects .NET 10.5 SDK) |
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