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


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

ILasPointSelection.AddRemovedClassFlag Method

Add the class flag to be excluded from the output.

[Visual Basic .NET]
Public Sub AddRemovedClassFlag ( _
    ByVal flag As esriLasClassFlag _
)
[C#]
public void AddRemovedClassFlag (
    esriLasClassFlag flag
);
[C++]
HRESULT AddRemovedClassFlag(
  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