ITableUtil Interface

Provides access to members that return rows in the specified spatial reference.

Members

Name Description
Method GetRow The row from the database with the specified object ID, in the specified spatial reference.
Method GetRows A cursor of rows given a set of object ids, in the specified spatial reference.

ITableUtil.GetRow Method

The row from the database with the specified object ID, in the specified spatial reference.

Public Function GetRow ( _
    ByVal OID As Long, _
    ByVal SpatialReference As ISpatialReference _
) As IRow
public IRow GetRow (
    long OID,
    ISpatialReference SpatialReference
);

Remarks

Equivalent to ITable.GetRow, but allows the output spatial reference to be specified.

ITableUtil.GetRows Method

A cursor of rows given a set of object ids, in the specified spatial reference.

Public Function GetRows ( _
    ByVal oids As Object, _
    ByVal Recycling As Boolean, _
    ByVal SpatialReference As ISpatialReference _
) As ICursor
public ICursor GetRows (
    object oids,
    bool Recycling,
    ISpatialReference SpatialReference
);

Remarks

Equivalent to ITable.GetRows, but allows the output spatial reference to be specified.

Classes that implement ITableUtil

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.