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