Returns the OID and GEOMETRY fields of the associated table.
[Visual Basic .NET] Public Sub GetOIDandGeomFieldNames ( _ ByRef OIDFieldName As String, _ ByRef GeomFieldName As String _ )
[C#] public void GetOIDandGeomFieldNames ( ref string OIDFieldName, ref string GeomFieldName );
[C++]
HRESULT GetOIDandGeomFieldNames(
BSTR* OIDFieldName,
BSTR* GeomFieldName
);
[C++]Parameters
OIDFieldName [out] OIDFieldName is a parameter of type BSTR GeomFieldName [out] GeomFieldName is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.