ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasPointCloud.GetLasPointInfo Method

Returns an array of ILasPointInfo(the 1-based pointID is optional).

[Visual Basic .NET]
Public Function GetLasPointInfo ( _
    ByVal pTrackCancel As ITrackCancel, _
    ByVal pLocation As IGeometry, _
    ByVal PointID As Double _
) As IArray
[C#]
public IArray GetLasPointInfo (
    ITrackCancel pTrackCancel,
    IGeometry pLocation,
    double PointID
);
[C++]
HRESULT GetLasPointInfo(
  ITrackCancel* pTrackCancel,
  IGeometry* pLocation,
  double PointID,
  IArray** ppInfo
);
[C++]

Parameters

pTrackCancel [in]

  pTrackCancel is a parameter of type ITrackCancel

pLocation [in]

  pLocation is a parameter of type IGeometry

PointID [in]   PointID is a parameter of type double ppInfo [out, retval]

  ppInfo is a parameter of type IArray

Product Availability

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

See Also

ILasPointCloud Interface