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


ILasOrganize.DropVLRs Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasOrganize.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 VARIANT_BOOL

Product Availability

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

See Also

ILasOrganize Interface