This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISelectionEnvironment Interface > ISelectionEnvironment.PointSelectionMethod Property (ArcObjects .NET 10.5 SDK) |
Selection method used for points.
[Visual Basic .NET] Public Property PointSelectionMethod As esriSpatialRelEnum
[C#] public esriSpatialRelEnum PointSelectionMethod {get; set;}
[C++]
HRESULT get_PointSelectionMethod(
esriSpatialRelEnum* Method
);
[C++]
HRESULT put_PointSelectionMethod(
esriSpatialRelEnum Method
);
[C++]
Parameters Method [out, retval]
Method is a parameter of type esriSpatialRelEnum Method [in]
Method is a parameter of type esriSpatialRelEnum