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


ISearchServer.SetIndexingOptions Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Search)  

ISearchServer.SetIndexingOptions Method

The indexing options.

[Visual Basic .NET]
Public Sub SetIndexingOptions ( _
    ByVal pIndexingOptions As IIndexingOptions _
)
[C#]
public void SetIndexingOptions (
    IIndexingOptions pIndexingOptions
);
[C++]
HRESULT SetIndexingOptions(
  IIndexingOptions* pIndexingOptions
);
[C++]

Parameters pIndexingOptions [in]
pIndexingOptions is a parameter of type IIndexingOptions

Product Availability

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

See Also

ISearchServer Interface