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


IPlugInFileSystemDataset.FullPath Property (ArcObjects .NET 10.6 SDK)
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(
  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