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


IDatasetFileStat.StatSize Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDatasetFileStat Interface > IDatasetFileStat.StatSize Property
ArcGIS Developer Help

IDatasetFileStat.StatSize Property

The size.

[Visual Basic .NET]
Public ReadOnly Property StatSize As Integer
[C#]
public int StatSize {get;}
[C++]
HRESULT get_StatSize(
  System.Int32* 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