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


ILasOrganize.CodeForWithheldPoints 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.CodeForWithheldPoints Property
ArcGIS Developer Help

ILasOrganize.CodeForWithheldPoints Property

Class code used for withheld points when converting to LAS 1.0 where flags are not supported.

[Visual Basic .NET]
Public WriteOnly Property CodeForWithheldPoints
[C#]
public void CodeForWithheldPoints {set;}
[C++]
HRESULT put_CodeForWithheldPoints(
  long 
);
[C++]
Parameters
 [in]

is a parameter of type long

Product Availability

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

See Also

ILasOrganize Interface