IFeatureClassUtil Interface

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

Members

Name Description
Method GetFeature Gets the feature from the database with the specified object ID, in the specified spatial reference.
Method GetFeatures Get a cursor of features given a set of object ids, in the specified spatial reference.

IFeatureClassUtil.GetFeature Method

Gets the feature from the database with the specified object ID, in the specified spatial reference.

Public Function GetFeature ( _
    ByVal OID As Long, _
    ByVal SpatialReference As ISpatialReference _
) As IFeature
public IFeature GetFeature (
    long OID,
    ISpatialReference SpatialReference
);

IFeatureClassUtil.GetFeatures Method

Get a cursor of features given a set of object ids, in the specified spatial reference.

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

Classes that implement IFeatureClassUtil

Classes Description

Remarks

This interface is implemented by feature classes.

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