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


ILibraryItem.Parent Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IL > ILibraryItem Interface > ILibraryItem.Parent Property
ArcGIS Developer Help

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