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


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

ILasPointSelection.DropVLRs Property

Indicates if Variable Length Records should be dropped.

[Visual Basic .NET]
Public WriteOnly Property DropVLRs
[C#]
public void DropVLRs {set;}
[C++]
HRESULT put_DropVLRs(
  VARIANT_BOOL 
);
[C++]
Parameters
 [in]

is a parameter of type bool

Product Availability

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

See Also

ILasPointSelection Interface