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


IIndexingConfiguration.Paths Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Search)  

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

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IIndexingConfiguration Interface