ArcObjects Library Reference (GeoDatabase)  

ISurfaceIntersectionEvents.OnIntersect Event

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

[Visual Basic 6.0]
Event OnIntersect(
    ByVal pDifferenceSurface As ITinSurface _
)
[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