ArcObjects Library Reference (Location)  

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(
  BSTR* 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 | IReferenceDataTable Interface | ESRIFDOAddressLocator Class | ReferenceDataIndexEnumerator Class | ReferenceDataIndex Class | IReferenceDataTableEdit Interface | IReferenceDataFile.PathName Property | IReferenceDataTables Interface | IReferenceDataTables.HasEnoughInfo Property | IAddressGeocoding.Validate Method | IReferenceDataTables.Tables Property | IEnumReferenceDataTable Interface | IReferenceDataFile.Filters Property | IEnumReferenceDataIndex Interface | StreetMapAddressLocator Class | IReferenceDataFile Interface | IEnumReferenceDataField Interface | IReferenceDataFieldEdit Interface | ReferenceDataFieldsEnumerator Class | IReferenceDataField Interface | ReferenceDataTable Class | ReferenceDataTableEnumerator Class | ReferenceDataField Class