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


ILasPointSelection.AsZlas 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.AsZlas Property
ArcGIS Developer Help

ILasPointSelection.AsZlas Property

Indicates if output file(s) should be the Esri's zLas format.

[Visual Basic .NET]
Public WriteOnly Property AsZlas
[C#]
public void AsZlas {set;}
[C++]
HRESULT put_AsZlas(
  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