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


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

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(
  IUnknown Pointer* pVal
);
[C++]
HRESULT putref_ParentDocument(
  LPUNKNOWN pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type IUnknown* pVal [in]
pVal is a parameter of type IUnknown

Product Availability

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

See Also

ITxDocEventHandler Interface