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


IDataSourceConfiguration.Path Property (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help

IDataSourceConfiguration.Path Property

Catalogpath of Data source.

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

Path is a parameter of type BSTR* Path [in]
Path is a parameter of type BSTR

Product Availability

No record for Search in Libraries found

See Also

IDataSourceConfiguration Interface