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


ITxConnectorSetup.Parent Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITxConnectorSetup.Parent Property

Assign the parent object so this interface object can communicate with its parent.

[Visual Basic .NET]
Public WriteOnly Property Parent
[C#]
public void Parent {set;}
[C++]
HRESULT putref_Parent(
  LPUNKNOWN 
);
[C++]

Parameters [in] is a parameter of type LPUNKNOWN

Product Availability

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

See Also

ITxConnectorSetup Interface