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


ILibraryItem.Parent Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ILibraryItem.Parent Property

Indicates parent of library item.

[Visual Basic .NET]
Public Property Parent As ILibraryObject
[C#]
public ILibraryObject Parent {get; set;}
[C++]
HRESULT get_Parent(
  ILibraryObject** ppiVal
);
[C++]
HRESULT put_Parent(
  ILibraryObject* ppiVal
);
[C++]

Parameters ppiVal [out, retval]
ppiVal is a parameter of type ILibraryObject ppiVal [in]
ppiVal is a parameter of type ILibraryObject

Product Availability

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

See Also

ILibraryItem Interface