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


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

ILasPointSelection.AddPreservedClassFlag Method

Add the class flag to be excluded from thinning - points with this flag will always be selected.

[Visual Basic .NET]
Public Sub AddPreservedClassFlag ( _
    ByVal flag As esriLasClassFlag _
)
[C#]
public void AddPreservedClassFlag (
    esriLasClassFlag flag
);
[C++]
HRESULT AddPreservedClassFlag(
  esriLasClassFlag flag
);
[C++]

Parameters flag [in]
flag is a parameter of type esriLasClassFlag

Product Availability

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

See Also

ILasPointSelection Interface