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


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

ILasDataset.SizeInBytes Property

The size of all the LAS/zLAS files in bytes.

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

Description

Represents the cumulative size in bytes of all the las files participating in the las dataset.

See Also

ILasDataset Interface