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


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

ILasPointSelection.AddReturnAndWeight Method

Add the return number and its associated wight.

[Visual Basic .NET]
Public Sub AddReturnAndWeight ( _
    ByVal ret As esriTerrainLasReturnType, _
    ByVal weight As Integer _
)
[C#]
public void AddReturnAndWeight (
    esriTerrainLasReturnType ret,
    int weight
);
[C++]
HRESULT AddReturnAndWeight(
  esriTerrainLasReturnType ret,
  long weight
);
[C++]
Parameters
ret [in]

ret is a parameter of type esriTerrainLasReturnType weight [in]
weight is a parameter of type long

Product Availability

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

See Also

ILasPointSelection Interface