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