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


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

ILasPointSelection.AddRemovedClassCode Method

Add the class code to be excluded from the output.

[Visual Basic .NET]
Public Sub AddRemovedClassCode ( _
    ByVal ClassCode As Integer _
)
[C#]
public void AddRemovedClassCode (
    int ClassCode
);
[C++]
HRESULT AddRemovedClassCode(
  long ClassCode
);
[C++]

Parameters ClassCode [in]
ClassCode is a parameter of type long

Product Availability

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

See Also

ILasPointSelection Interface