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


ILibraryObject.CheckOut Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IL > ILibraryObject Interface > ILibraryObject.CheckOut Method
ArcGIS Developer Help

ILibraryObject.CheckOut Method

Checks out a library object.

[Visual Basic .NET]
Public Sub checkOut ( _
    ByRef ppiLibraryItem As ILibraryItem, _
    ByVal bForUpdate As Boolean _
)
[C#]
public void checkOut (
    ref ILibraryItem ppiLibraryItem,
    ref bool bForUpdate
);
[C++]
HRESULT checkOut(
  ILibraryItem** ppiLibraryItem,
  VARIANT_BOOL bForUpdate
);
[C++]
Parameters
ppiLibraryItem 

ppiLibraryItem is a parameter of type ILibraryItem** bForUpdate [in]
bForUpdate is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ILibraryObject Interface