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


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

ILasOrganize.DropExtraBytes Property

Indicates if Extra-Bytes data should be dropped.

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

is a parameter of type bool

Product Availability

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

See Also

ILasOrganize Interface