ArcObjects Library Reference (Geometry)  

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,
  IEnumIntersection** enumIntersections
);
[C++]

Parameters

targetGeometry

  targetGeometry is a parameter of type IGeometry

enumIntersections [out, retval]

  enumIntersections is a parameter of type IEnumIntersection

Product Availability

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

Remarks

This method is currently not implemented.

See Also

IRay Interface