ArcObjects Library Reference (3DAnalyst)  

IScene.SelectFeature Method

Selects a feature.

[Visual Basic .NET]
Public Sub SelectFeature ( _
    ByVal Layer As ILayer, _
    ByVal pFeature As IFeature _
)
[C#]
public void SelectFeature (
    ILayer Layer,
    IFeature pFeature
);
[C++]
HRESULT SelectFeature(
  ILayer* Layer,
  IFeature* pFeature
);
[C++]

Parameters

Layer [in]

  Layer is a parameter of type ILayer

pFeature [in]

  pFeature is a parameter of type IFeature

Product Availability

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

See Also

IScene Interface