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


IScene.FeatureSelection Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > IScene Interface > IScene.FeatureSelection Property
ArcGIS Developer Help

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