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


ILasDataset3.UncompressedSizeInBytes Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasDataset3.UncompressedSizeInBytes Property

The dataset'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

ILasDataset3 Interface