ArcObjects Library Reference (TrackingAnalyst)  

ILibraryItem2.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

ILibraryItem2 Interface