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


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

IDatasetNameFileSize.Size64 Property

The size. 64bit Value.

[Visual Basic .NET]
Public ReadOnly Property Size64 As Long
[C#]
public ulong Size64 {get;}
[C++]
HRESULT get_Size64(
  System.UInt64* Size64
);
[C++]
Parameters
Size64 [out, retval]

Size64 is a parameter of type uint64*

Product Availability

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

See Also

IDatasetNameFileSize Interface