This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPlugInFileSystemDataset Interface > IPlugInFileSystemDataset.Size Property (ArcObjects .NET 10.5 SDK) |
The size of the dataset (in bytes).
[Visual Basic .NET] Public ReadOnly Property Size As Integer
[C#] public int Size {get;}
[C++]
HRESULT get_Size(
long* Size
);
[C++]
Parameters Size [out, retval] Size is a parameter of type long
Returns the size of the dataset in bytes. Should count all files associated with the dataset.