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


IGlobeLayerInfo.HasOIDs Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeLayerInfo.HasOIDs Property

Indicates if the feature data has object IDs.

[Visual Basic .NET]
Public ReadOnly Property HasOIDs As Boolean
[C#]
public bool HasOIDs {get;}
[C++]
HRESULT get_HasOIDs(
  Boolean* pbHasOIDs
);
[C++]

Parameters pbHasOIDs [out, retval]
pbHasOIDs is a parameter of type bool*

Product Availability

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

See Also

IGlobeLayerInfo Interface