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


IPlugInFileSystemDataset Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPlugInFileSystemDataset Interface
ArcGIS Developer Help

IPlugInFileSystemDataset Interface

Provides access to members describing a file-system dataset.

Product Availability

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

Description

IPlugInFileSystemDataset may be implemented by a plug-in dataset helper class if the plug-in data source is a file-system workspace. Should be implemented by multi-file data sources. Single-file and folder-based data sources do not need to implement it. The interface is used to derive correct metadata about datasets.

Members

Name Description
Read-only property FullPath The full path to the dataset.
Read-only property Size The size of the dataset (in bytes).

Classes that implement IPlugInFileSystemDataset

Classes Description