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


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

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