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


ITxDocEventHandler.ParentDocument Property (ArcObjects .NET 10.4 SDK)
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