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


ILasPointSelection.AddPreservedClassFlag 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.AddPreservedClassFlag Method
ArcGIS Developer Help

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