ArcObjects Library Reference (GeoDatabaseExtensions)  

ITerrainLasDataInfo.GetDataExtent Method

The XYZ extent of points in the LAS file.

[Visual Basic .NET]
Public Function GetDataExtent ( _
) As IEnvelope
[C#]
public IEnvelope GetDataExtent (
);
[C++]
HRESULT GetDataExtent(
  IEnvelope** ppExt
);
[C++]

Parameters

ppExt [out, retval]

  ppExt is a parameter of type IEnvelope

Product Availability

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

See Also

ITerrainLasDataInfo Interface