ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasDataset.SizeInBytes Property

The size of all the LAS files in bytes.

[Visual Basic .NET]
Public ReadOnly Property HasStatistics As Boolean
[C#]
public bool HasStatistics {get;}
[C++]
HRESULT get_SizeInBytes(
  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

ILasDataset Interface