Provides access to methods usable in all supported languages.
Members
| Name | Description | |
|---|---|---|
![]() |
AddList | Adds a list of object id's to the selection set. |
![]() |
AddList64 | Adds a list of object id's to the selection set. |
![]() |
GetFeatures | Get a cursor of Rows given a set of object ids. |
![]() |
GetFeatures64 | Get a cursor of Rows given a set of object ids. |
![]() |
GetLineOfSight | Returns a line-of-site indicator interpolated from the TIN based on an input polyline. |
![]() |
QueryElevationBand | The polygon based on the specified triangle and input bounds. For pRegion, pass in an array with at least 5 WKSPointZs. |
![]() |
QueryPixelBlock | Derives slope, aspect, hillshade, or elevation from the input surface and writes the result to the provided PixelBlock. |
![]() |
RemoveList | Removes a list of object id's from the selection set. |
![]() |
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. |
