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


IReferenceDataFile.PathName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IReferenceDataFile Interface > IReferenceDataFile.PathName Property
ArcGIS Developer Help

IReferenceDataFile.PathName Property

Path to the custom reference data file.

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

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

Product Availability

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

Remarks

The PathName property specifies the path to the reference data file that the locator uses.

See Also

IReferenceDataFile Interface | ReferenceDataIndex Class | ReferenceDataIndexEnumerator Class | IReferenceDataFile Interface | ReferenceDataFieldsEnumerator Class | StreetMapAddressLocator Class | ReferenceDataField Class | IReferenceDataTable Interface | ReferenceDataTable Class | IReferenceDataFieldEdit Interface | IEnumReferenceDataField Interface | IEnumReferenceDataIndex Interface | IReferenceDataField Interface | ReferenceDataTableEnumerator Class | ESRIFDOAddressLocator Class | IEnumReferenceDataTable Interface | IReferenceDataFile.PathName Property | IReferenceDataTables.HasEnoughInfo Property | IReferenceDataFile.Filters Property | IReferenceDataTables.Tables Property | IAddressGeocoding.Validate Method | IReferenceDataTableEdit Interface | IReferenceDataTables Interface