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


ILasFile2.IsZlas Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

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(
  VARIANT_BOOL* pbIsZlas
);
[C++]

Parameters pbIsZlas [out, retval] pbIsZlas is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ILasFile2 Interface