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


ILasPointSelection.SetSelectionType Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

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