This document is archived and information here might be outdated. Recommended version. |
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*