Provides access to methods needed to select, search and lock MBDB records.
Members
Name | Description | |
---|---|---|
AllLockedFIDs | Indicates the FIDs for all locked features. | |
SearchAndLock | Searches records that satisfy the query filter and lockes them. | |
SelectAndLock | Selectes records that satisfy the query filter, selection type and selection option, and lockes them. | |
UnlockAllFeatures | Unlocks all features that are locked. |
ILockedFeatureSearch.AllLockedFIDs Property
Indicates the FIDs for all locked features.
Public ReadOnly Property AllLockedFIDs As IFIDSet
public IFIDSet AllLockedFIDs {get;}
ILockedFeatureSearch.SearchAndLock Method
Searches records that satisfy the query filter and lockes them.
Public Function SearchAndLock ( _
ByVal piQueryFilter As IQueryFilter, _
ByVal Recycling As Boolean _
) As ICursor
public ICursor SearchAndLock (
IQueryFilter piQueryFilter,
bool Recycling
);
ILockedFeatureSearch.SelectAndLock Method
Selectes records that satisfy the query filter, selection type and selection option, and lockes them.
Public Function SelectAndLock ( _
ByVal piQueryFilter As IQueryFilter, _
ByVal selType As esriSelectionType, _
ByVal selOption As esriSelectionOption, _
ByVal piSelectionContainer As IWorkspace _
) As ISelectionSet
public ISelectionSet SelectAndLock (
IQueryFilter piQueryFilter,
esriSelectionType selType,
esriSelectionOption selOption,
IWorkspace piSelectionContainer
);
ILockedFeatureSearch.UnlockAllFeatures Method
Unlocks all features that are locked.
Public Sub UnlockAllFeatures ( _
)
public void UnlockAllFeatures (
);
Classes that implement ILockedFeatureSearch
Classes | Description |
---|