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


ILasWriter.AddPoints Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasWriter.AddPoints Method

Add point records.

[Visual Basic .NET]
Public Sub AddPoints ( _
    ByVal pPoints As IXyzArray, _
    ByVal pIntensities As ILongArray, _
    ByVal pCodes As ILongArray, _
    ByVal pFlags As ILongArray, _
    ByVal pGPS As IDoubleArray, _
    ByVal pRGBs As IRgbArray, _
    ByVal pNIRs As ILongArray, _
    ByRef extraBytes As Byte[]& _
)
[C#]
public void AddPoints (
    IXyzArray pPoints,
    ILongArray pIntensities,
    ILongArray pCodes,
    ILongArray pFlags,
    IDoubleArray pGPS,
    IRgbArray pRGBs,
    ILongArray pNIRs,
    ref Byte[]& extraBytes
);
[C++]
HRESULT AddPoints(
  IXyzArray* pPoints,
  ILongArray* pIntensities,
  ILongArray* pCodes,
  ILongArray* pFlags,
  IDoubleArray* pGPS,
  IRgbArray* pRGBs,
  ILongArray* pNIRs,
  extraBytes* extraBytes
);
[C++]

Parameters pPoints [in]
pPoints is a parameter of type IXyzArray pIntensities [in]
pIntensities is a parameter of type ILongArray pCodes [in]
pCodes is a parameter of type ILongArray pFlags [in]
pFlags is a parameter of type ILongArray pGPS [in]
pGPS is a parameter of type IDoubleArray pRGBs [in]
pRGBs is a parameter of type IRgbArray pNIRs [in]
pNIRs is a parameter of type ILongArray extraBytes [in] extraBytes is a parameter of type

Product Availability

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

See Also

ILasWriter Interface