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


ISurfaceIntersectionEvents.OnIntersect Event (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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