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


IViewManager.ElementSelection Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IV > IViewManager Interface > IViewManager.ElementSelection Property
ArcGIS Developer Help

IViewManager.ElementSelection Property

Object to use for element selection.

[Visual Basic .NET]
Public Property ElementSelection As ISelection
[C#]
public ISelection ElementSelection {get; set;}
[C++]
HRESULT get_ElementSelection(
  ISelection* selectionObject
);
[C++]
HRESULT putref_ElementSelection(
  ISelection** selectionObject
);
[C++]
Parameters
selectionObject [in]

selectionObject is a parameter of type ISelection* selectionObject [out, retval]
selectionObject is a parameter of type ISelection**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IViewManager Interface