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


IIndexingConfiguration.Paths Property (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help

IIndexingConfiguration.Paths Property

The target paths to be indexed.

[Visual Basic .NET]
Public Property Paths As IStringArray
[C#]
public IStringArray Paths {get; set;}
[C++]
HRESULT get_Paths(
  IStringArray** ppPaths
);
[C++]
HRESULT put_Paths(
  IStringArray* ppPaths
);
[C++]
Parameters
ppPaths [out, retval]

ppPaths is a parameter of type IStringArray** ppPaths [in]
ppPaths is a parameter of type IStringArray*

Product Availability

No record for Search in Libraries found

See Also

IIndexingConfiguration Interface