This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITxConnectorEvents Interface > ITxConnectorEvents.OnConnectorProperties Method (ArcObjects .NET 10.4 SDK) |
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 VARIANT_BOOL piConnectionProperties
piConnectionProperties is a parameter of type IPropSet