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


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

ILasFile2.IsZlas Property

Indicates if the underline data file is a zLAS file.

[Visual Basic .NET]
Public ReadOnly Property IsZlas As Boolean
[C#]
public bool IsZlas {get;}
[C++]
HRESULT get_IsZlas(
  Boolean* pbIsZlas
);
[C++]
Parameters
pbIsZlas [out, retval]

pbIsZlas is a parameter of type bool*

Product Availability

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

See Also

ILasFile2 Interface