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* pSize
);
[C++]

Parameters

pSize [out, retval]   pSize is a parameter of type long

Product Availability

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

See Also

IDatasetFileStat Interface