This document is archived and information here might be outdated.  Recommended version.


IGeoDatabaseBridge Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGeoDatabaseBridge Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

IGeoDatabaseBridge Interface

Provides access to methods usable in all supported languages. Note: the IGeoDatabaseBridge interface has been superseded byIGeoDatabaseBridge2. Please consider using the more recent version.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Test Description- Veda.

Members

Name Description
Method GetFeatures Get a cursor of Rows given a set of object ids.

CoClasses that implement IGeoDatabaseBridge

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

Remarks

[C#]
 public string Heading
        {
            get { return _heading; }
            set
            {
                SetProperty(ref _heading, value, () => Heading);
            }

.NET Related Topics

Geodatabase API best practices