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


IDatasetNameFileStat.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 > IDatasetNameFileStat Interface > IDatasetNameFileStat.StatSize Property
ArcGIS Developer Help

IDatasetNameFileStat.StatSize Property

The size.

[Visual Basic .NET]
Public Property StatSize As Integer
[C#]
public int StatSize {get; set;}
[C++]
HRESULT get_StatSize(
  long pSize
);
[C++]
HRESULT put_StatSize(
  System.Int32* pSize
);
[C++]
Parameters
pSize [in]

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

Product Availability

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

See Also

IDatasetNameFileStat Interface