Adds an index of the specified type for the specified path.

C# | Visual Basic | Visual C++ | J# |
public void AddPathIndex( string path, SpaceIndexType indexType )
Public Sub AddPathIndex ( _ path As String, _ indexType As SpaceIndexType _ )
public: void AddPathIndex( String^ path, SpaceIndexType indexType )
public void AddPathIndex( String path, SpaceIndexType indexType )

- path (String)
- Path to index.
- indexType (SpaceIndexType)
- Type of index.