ArcObjects Library Reference (GeoDatabase)  

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

Parameters

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

Product Availability

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

See Also

IDatasetNameFileStat Interface