Skip to content

Provides access to methods usable in all supported languages.

Members

Name Description
Method AddList Adds a list of object id's to the selection set.
Method AddList64 Adds a list of object id's to the selection set.
Method GetFeatures Get a cursor of Rows given a set of object ids.
Method GetFeatures64 Get a cursor of Rows given a set of object ids.
Method GetLineOfSight Returns a line-of-site indicator interpolated from the TIN based on an input polyline.
Method QueryElevationBand The polygon based on the specified triangle and input bounds. For pRegion, pass in an array with at least 5 WKSPointZs.
Method QueryPixelBlock Derives slope, aspect, hillshade, or elevation from the input surface and writes the result to the provided PixelBlock.
Method RemoveList Removes a list of object id's from the selection set.
Method RemoveList64 Removes a list of object id's from the selection set.

IGeoDatabaseBridge3.AddList64 Method

Adds a list of object id's to the selection set.

Public Sub AddList64 ( _
    ByVal SelectionSet As ISelectionSet, _
    ByRef OIDList As Int64[]& _
)
public void AddList64 (
    ISelectionSet SelectionSet,
    ref Int64[]& OIDList
);

IGeoDatabaseBridge3.GetFeatures64 Method

Get a cursor of Rows given a set of object ids.

Public Function GetFeatures64 ( _
    ByVal pFeatureClass As IFeatureClass, _
    ByRef fids As Int64[]&, _
    ByVal Recycling As Boolean _
) As IFeatureCursor
public IFeatureCursor GetFeatures64 (
    IFeatureClass pFeatureClass,
    ref Int64[]& fids,
    ref bool Recycling
);

IGeoDatabaseBridge3.RemoveList64 Method

Removes a list of object id's from the selection set.

Public Sub RemoveList64 ( _
    ByVal SelectionSet As ISelectionSet, _
    ByRef OIDList As Int64[]& _
)
public void RemoveList64 (
    ISelectionSet SelectionSet,
    ref Int64[]& OIDList
);

Inherited Interfaces

Interfaces Description
IGeoDatabaseBridge2 Provides access to methods usable in all supported languages.
IGeoDatabaseBridge Provides access to methods usable in all supported languages.

Classes that implement IGeoDatabaseBridge3

Classes Description
GeoDatabaseHelper GeoDatabaseHelper object. Providing helper methods for GeoDatabase objects.

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