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


IDatasetFileStat.StatSize Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDatasetFileStat.StatSize Property

The size.

[Visual Basic .NET]
Public ReadOnly Property StatSize As Integer
[C#]
public int StatSize {get;}
[C++]
HRESULT get_StatSize(
  long* Size
);
[C++]

Parameters Size [out, retval] Size is a parameter of type long

Product Availability

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

See Also

IDatasetFileStat Interface