ArcObjects Library Reference (Carto)  

ISelectionEnvironment.LinearSelectionMethod Property

Selection method used for lines.

[Visual Basic .NET]
Public Property LinearSelectionMethod As esriSpatialRelEnum
[C#]
public esriSpatialRelEnum LinearSelectionMethod {get; set;}
[C++]
HRESULT get_LinearSelectionMethod(
  esriSpatialRelEnum* Method
);
[C++]
HRESULT put_LinearSelectionMethod(
  esriSpatialRelEnum Method
);
[C++]

Parameters

Method [out, retval]

  Method is a parameter of type esriSpatialRelEnum

Method [in]

  Method is a parameter of type esriSpatialRelEnum

Product Availability

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

See Also

ISelectionEnvironment Interface