This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISurface Interface > ISurface.LocateAll Method (ArcObjects .NET 10.5 SDK) |
Returns the distances of intersections of the query ray and the surface.
[Visual Basic .NET] Public Function LocateAll ( _ ByVal pRay As IRay, _ ByVal hint As Integer _ ) As IDoubleArray
[C#] public IDoubleArray LocateAll ( IRay pRay, int hint );
[C++]
HRESULT LocateAll(
IRay* pRay,
long hint,
IDoubleArray** ppDistances
);
[C++]
Parameters pRay [in]
pRay is a parameter of type IRay hint [in] hint is a parameter of type long ppDistances [out, retval]
ppDistances is a parameter of type IDoubleArray