This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IL > ILibraryObject Interface > ILibraryObject.CheckOut Method (ArcObjects .NET 10.4 SDK) |
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 VARIANT_BOOL