ArcObjects Library Reference (GeoDatabase)  

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(
  BSTR* 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