This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > IScene Interface > IScene.FeatureSelection Property (ArcObjects .NET 10.4 SDK) |
The scene's feature selection.
[Visual Basic .NET] Public Property FeatureSelection As ISelection
[C#] public ISelection FeatureSelection {get; set;}
[C++]
HRESULT get_FeatureSelection(
ISelection** selection
);
[C++]
HRESULT putref_FeatureSelection(
ISelection* selection
);
[C++]
Parameters selection [out, retval]
selection is a parameter of type ISelection selection [in]
selection is a parameter of type ISelection