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


ILasStatistics.WithheldExtent Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasStatistics Interface > ILasStatistics.WithheldExtent Property
ArcGIS Developer Help

ILasStatistics.WithheldExtent Property

The XYZ extent of withheld points.

[Visual Basic .NET]
Public ReadOnly Property WithheldExtent As IEnvelope
[C#]
public IEnvelope WithheldExtent {get;}
[C++]
HRESULT get_WithheldExtent(
  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.

Description

Returns the XYZ extent of points flagged as withheld in the file/dataset. Withheld points are those identified using the bit field encoding scheme laid out in the LAS Specification. Generally, these points are intended to be excluded from use. The envelope will be empty (IEnvelope.IsEmpty == TRUE) if there are no withheld points.

See Also

ILasStatistics Interface