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


ITxConnectorEvents.OnConnectorProperties Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

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