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


IRay.GetEnumIntersect Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IR > IRay Interface > IRay.GetEnumIntersect Method
ArcGIS Developer Help

IRay.GetEnumIntersect Method

Not implemented at this release.

[Visual Basic .NET]
Public Function GetEnumIntersect ( _
    ByVal targetGeometry As IGeometry _
) As IEnumIntersection
[C#]
public IEnumIntersection GetEnumIntersect (
    IGeometry targetGeometry
);
[C++]
HRESULT GetEnumIntersect(
  IGeometry* targetGeometry
);
[C++]
Parameters
targetGeometry 

targetGeometry is a parameter of type IGeometry*

Product Availability

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

Remarks

This method is currently not implemented.

See Also

IRay Interface