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


ILockedFeatureSearch.AllLockedFIDs Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

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