This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpCursorRow2 Interface > IGpCursorRow2.GetOIDandGeomFieldNames Method (ArcObjects .NET 10.5 SDK) |
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