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


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

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 IUnknown

Product Availability

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

See Also

ITxConnectorSetup Interface