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


ILasFile.SizeInBytes Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasFile.SizeInBytes Property

The LAS/zLAS file's size in bytes.

[Visual Basic .NET]
Public ReadOnly Property SizeInBytes As Double
[C#]
public double SizeInBytes {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

ILasFile Interface