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


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

ILasPointSelection.AddClassCodeAndWeight Method

Add the class code and its associated wight.

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

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

Product Availability

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

See Also

ILasPointSelection Interface