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


IPlugInFileSystemDataset.FullPath Property (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 > IPlugInFileSystemDataset.FullPath Property
ArcGIS Developer Help

IPlugInFileSystemDataset.FullPath Property

The full path to the dataset.

[Visual Basic .NET]
Public ReadOnly Property FullPath As String
[C#]
public string FullPath {get;}
[C++]
HRESULT get_FullPath(
  System.String* Path
);
[C++]
Parameters
Path [out, retval]

Path is a parameter of type BSTR*

Product Availability

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

See Also

IPlugInFileSystemDataset Interface