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


ILockedFeatureSearch.AllLockedFIDs Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILockedFeatureSearch Interface > ILockedFeatureSearch.AllLockedFIDs Property
ArcGIS Developer Help

ILockedFeatureSearch.AllLockedFIDs Property

Indicates the FIDs for all locked features.

[Visual Basic .NET]
Public ReadOnly Property AllLockedFIDs As IFIDSet
[C#]
public IFIDSet AllLockedFIDs {get;}
[C++]
HRESULT get_AllLockedFIDs(
  IFIDSet** ppiAllLockedFIDs
);
[C++]
Parameters
ppiAllLockedFIDs [out, retval]

ppiAllLockedFIDs is a parameter of type IFIDSet**

Product Availability

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

See Also

ILockedFeatureSearch Interface