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


ITxConnectorEvents.OnConnectorProperties Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITxConnectorEvents Interface > ITxConnectorEvents.OnConnectorProperties Method
ArcGIS Developer Help

ITxConnectorEvents.OnConnectorProperties Method

Requests that the Connector Properties are to be set or retrieved depending on whether SetProperties argument is true or false.

[Visual Basic .NET]
Public Sub OnConnectorProperties ( _
    ByVal bvarSetProperties As Boolean, _
    ByVal piConnectionProperties As IPropSet _
)
[C#]
public void OnConnectorProperties (
    bool bvarSetProperties,
    IPropSet piConnectionProperties
);
[C++]
HRESULT OnConnectorProperties(
  VARIANT_BOOL bvarSetProperties,
  IPropSet* piConnectionProperties
);
[C++]
Parameters
bvarSetProperties 

bvarSetProperties is a parameter of type bool piConnectionProperties
piConnectionProperties is a parameter of type IPropSet*

Product Availability

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

See Also

ITxConnectorEvents Interface