Provides access to methods usable in all supported languages.
Description
Test Description- Veda.
Members
Name | Description | |
---|---|---|
GetFeatures | Get a cursor of Rows given a set of object ids. |
IGeoDatabaseBridge.GetFeatures Method
Get a cursor of Rows given a set of object ids.
Public Function GetFeatures ( _
ByVal pFeatureClass As IFeatureClass, _
ByRef fids As Int32[]&, _
ByVal Recycling As Boolean _
) As IFeatureCursor
public IFeatureCursor GetFeatures (
IFeatureClass pFeatureClass,
ref Int32[]& fids,
ref bool Recycling
);
Classes that implement IGeoDatabaseBridge
Classes | Description |
---|---|
GeoDatabaseHelper | GeoDatabaseHelper object. Providing helper methods for GeoDatabase objects. |
Remarks
public string Heading { get { return _heading; } set { SetProperty(ref _heading, value, () => Heading); }