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


IScene.FeatureSelection Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (3DAnalyst)  

IScene.FeatureSelection Property

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

Product Availability

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

See Also

IScene Interface