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


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

IDatasetNameFileStat2.StatSize64 Property

The size. 64 bit value.

[Visual Basic .NET]
Public Property StatSize64 As Long
[C#]
public ulong StatSize64 {get; set;}
[C++]
HRESULT get_StatSize64(
  Unsigned 64-bit int Size64
);
[C++]
HRESULT put_StatSize64(
  System.UInt64* Size64
);
[C++]
Parameters
Size64 [in]

Size64 is a parameter of type uint64 Size64 [out, retval]
Size64 is a parameter of type uint64*

Product Availability

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

See Also

IDatasetNameFileStat2 Interface