ArcObjects Library Reference  (Location)    

IReferenceDataFile.PathName Property

Path to the custom reference data file.

[Visual Basic 6.0]
Property PathName As String
[Visual Basic .NET]
Public Property PathName As String
[C#]
public string PathName {get; set;}
[Java]
public String getPathName()
throws
    IOException,
    AutomationException
[Java]
public void setPathName(
String PathName
)
throws
    IOException,
    AutomationException
[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 | IReferenceDataFile.Filters Property | ReferenceDataFieldsEnumerator Class | ReferenceDataIndex Class | IEnumReferenceDataTable Interface | IEnumReferenceDataField Interface | ReferenceDataField Class | IReferenceDataFile.PathName Property | IReferenceDataTables.Tables Property | IEnumReferenceDataIndex Interface | ESRIFDOAddressLocator Class | IReferenceDataTableEdit Interface | ReferenceDataIndexEnumerator Class | IReferenceDataFile Interface | ReferenceDataTableEnumerator Class | IReferenceDataTables.HasEnoughInfo Property | IAddressGeocoding.Validate Method | IReferenceDataField Interface | IReferenceDataTables Interface | StreetMapAddressLocator Class | ReferenceDataTable Class | IReferenceDataFieldEdit Interface