ArcObjects Library Reference (TrackingAnalyst)  

ITxDocEventHandler.ParentDocument Property

Parent document responsible for the document event handling.

[Visual Basic .NET]
Public Property ParentDocument As Object
[C#]
public object ParentDocument {get; set;}
[C++]
HRESULT get_ParentDocument(
  LPUNKNOWN* pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type LPUNKNOWN

Product Availability

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

See Also

ITxDocEventHandler Interface