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