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


ISurfaceIntersectionEvents.OnIntersect Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISurfaceIntersectionEvents Interface > ISurfaceIntersectionEvents.OnIntersect Event
ArcGIS Developer Help

ISurfaceIntersectionEvents.OnIntersect Event

This event is fired when the difference/depth-surface has been completed.

[Visual Basic .NET]
Public Event OnIntersect As OnIntersectEventHandler
[C#]
public event OnIntersectEventHandler OnIntersect
[C++]
HRESULT OnIntersect(
  ITinSurface* pDifferenceSurface
);
[C++]
Parameters
pDifferenceSurface [in]

pDifferenceSurface is a parameter of type ITinSurface*

Product Availability

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

See Also

ISurfaceIntersectionEvents Interface