ArcObjects Library Reference (GeoDatabase)  

IDatasetFileStat2.StatSize64 Property

The size. 64 bit value.

[Visual Basic .NET]
Public ReadOnly Property StatSize64 As Long
[C#]
public ulong StatSize64 {get;}
[C++]
HRESULT get_StatSize64(
  Unsigned 64-bit int* pSize64
);
[C++]

Parameters

pSize64 [out, retval]   pSize64 is a parameter of type Unsigned 64-bit int

Product Availability

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

See Also

IDatasetFileStat2 Interface