This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasClassCodeStatistics Interface > ILasClassCodeStatistics.Extent Property (ArcObjects .NET 10.5 SDK) |
The XYZ extent of points associated with this class code (excluding withheld points).
[Visual Basic .NET] Public ReadOnly Property Extent As IEnvelope
[C#] public IEnvelope Extent {get;}
[C++]
HRESULT get_Extent(
IEnvelope** ppExt
);
[C++]
Parameters ppExt [out, retval]
ppExt is a parameter of type IEnvelope
The XYZ extent of the selected lidar return type. Withheld points, as defined by the LAS specification, are not taken into consideration.