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


IRouteMeasureEventGeoprocessor.Intersect Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Location)  

IRouteMeasureEventGeoprocessor.Intersect Method

Intersect events.

[Visual Basic .NET]
Public Function Intersect ( _
    ByVal outputProperties As IRouteEventProperties, _
    ByVal outputName As IDatasetName, _
    ByVal trackCancel As ITrackCancel, _
    ByVal configKeyword As String _
) As ITable
[C#]
public ITable Intersect (
    IRouteEventProperties outputProperties,
    IDatasetName outputName,
    ITrackCancel trackCancel,
    string configKeyword
);
[C++]
HRESULT Intersect(
  IRouteEventProperties* outputProperties,
  IDatasetName* outputName,
  ITrackCancel* trackCancel,
  BSTR configKeyword,
  ITable** OutputTable
);
[C++]

Parameters outputProperties [in]
outputProperties is a parameter of type IRouteEventProperties outputName [in]
outputName is a parameter of type IDatasetName trackCancel [in]
trackCancel is a parameter of type ITrackCancel configKeyword [in] configKeyword is a parameter of type BSTR OutputTable [out, retval]
OutputTable is a parameter of type ITable

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRouteMeasureEventGeoprocessor Interface