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


ILasPointSelection.SetSelectionType Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasPointSelection Interface > ILasPointSelection.SetSelectionType Method
ArcGIS Developer Help

ILasPointSelection.SetSelectionType Method

Set selection type.

[Visual Basic .NET]
Public Sub SetSelectionType ( _
    ByVal Type As esriLasPointSelectionType _
)
[C#]
public void SetSelectionType (
    esriLasPointSelectionType Type
);
[C++]
HRESULT SetSelectionType(
  esriLasPointSelectionType Type
);
[C++]
Parameters
Type [in]

Type is a parameter of type esriLasPointSelectionType

Product Availability

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

See Also

ILasPointSelection Interface