com.esri.arcgis.geodatabase
Interface IDatasetNameFileSize
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- NetCDFRasterDatasetName, RasterDatasetName
public interface IDatasetNameFileSize
- extends Serializable
Provides access to members that control DatasetName file size over 2GB
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
getSize64
long getSize64()
throws IOException,
AutomationException
- The size. 64bit Value
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
- Returns:
- Unsigned 64-bit int
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.