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


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

IGlobeLayerProperties5.HasOIDs Property

Indicates if the feature data has object IDs.

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

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

Product Availability

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

See Also

IGlobeLayerProperties5 Interface