ArcObjects Library Reference (3DAnalyst)  

IFeature3DProperties2.LocateSymbolized Method

Locates an object honoring symbolization.

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

Parameters

hint [in]   hint is a parameter of type long pQueryRay [in]

  pQueryRay is a parameter of type IRay

pLayer [in]

  pLayer is a parameter of type IFeatureLayer

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

IFeature3DProperties2 Interface