This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > IScene Interface > IScene.SelectFeature Method (ArcObjects .NET 10.4 SDK) |
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