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


ILasFile2.UncompressedSizeInBytes Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasFile2.UncompressedSizeInBytes Property

The LAS file's uncompressed size in bytes.

[Visual Basic .NET]
Public ReadOnly Property UncompressedSizeInBytes As Double
[C#]
public double UncompressedSizeInBytes {get;}
[C++]
HRESULT get_UncompressedSizeInBytes(
  double* pcBytes
);
[C++]

Parameters pcBytes [out, retval] pcBytes is a parameter of type double

Product Availability

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

See Also

ILasFile2 Interface