This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IRouteMeasureEventGeoprocessor2 Interface > IRouteMeasureEventGeoprocessor2.Intersect2 Method (ArcObjects .NET 10.5 SDK) |
Intersect events.
[Visual Basic .NET] Public Function Intersect2 ( _ ByVal outputProperties As IRouteEventProperties, _ ByVal keepAllFields As Boolean, _ ByVal outputName As IDatasetName, _ ByVal trackCancel As ITrackCancel, _ ByVal configKeyword As String _ ) As ITable
[C#] public ITable Intersect2 ( IRouteEventProperties outputProperties, bool keepAllFields, IDatasetName outputName, ITrackCancel trackCancel, string configKeyword );
[C++]
HRESULT Intersect2(
IRouteEventProperties* outputProperties,
VARIANT_BOOL keepAllFields,
IDatasetName* outputName,
ITrackCancel* trackCancel,
BSTR configKeyword,
ITable** OutputTable
);
[C++]
Parameters outputProperties [in]
outputProperties is a parameter of type IRouteEventProperties keepAllFields [in] keepAllFields is a parameter of type VARIANT_BOOL 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