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


IFeature3DProperties.Locate Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IF > IFeature3DProperties Interface > IFeature3DProperties.Locate Method
ArcGIS Developer Help

IFeature3DProperties.Locate Method

Locates an object.

[Visual Basic .NET]
Public Sub Locate ( _
    ByVal hint As Integer, _
    ByVal pQueryRay As IRay, _
    ByRef ppFeat As IFeature, _
    ByRef ppPoint As IPoint _
)
[C#]
public void Locate (
    int hint,
    IRay pQueryRay,
    ref IFeature ppFeat,
    ref IPoint ppPoint
);
[C++]
HRESULT Locate(
  long hint,
  IRay* pQueryRay,
  IFeature** ppFeat,
  IPoint** ppPoint
);
[C++]
Parameters
hint [in]

hint is a parameter of type long pQueryRay [in]
pQueryRay is a parameter of type IRay* ppFeat [out]
ppFeat is a parameter of type IFeature** ppPoint [out]
ppPoint is a parameter of type IPoint**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IFeature3DProperties Interface