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


IGpCursorRow2.GetOIDandGeomFieldNames Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpCursorRow2 Interface > IGpCursorRow2.GetOIDandGeomFieldNames Method
ArcGIS Developer Help

IGpCursorRow2.GetOIDandGeomFieldNames Method

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(
  System.String* OIDFieldName,
  System.String* 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.

See Also

IGpCursorRow2 Interface