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


ITxCatalogObject.Parent Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITxCatalogObject.Parent Property

The parent of the object.

[Visual Basic .NET]
Public ReadOnly Property Parent As ITxCatalogObject
[C#]
public ITxCatalogObject Parent {get;}
[C++]
HRESULT get_Parent(
  ITxCatalogObject** Parent
);
[C++]

Parameters Parent [out, retval]
Parent is a parameter of type ITxCatalogObject

Product Availability

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

See Also

ITxCatalogObject Interface