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


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

ISearchServer.GetIndexingOptions Method

The indexing options.

[Visual Basic .NET]
Public Function GetIndexingOptions ( _
) As IIndexingOptions
[C#]
public IIndexingOptions GetIndexingOptions (
);
[C++]
HRESULT GetIndexingOptions(
  IIndexingOptions** ppIndexingOptions
);
[C++]

Parameters ppIndexingOptions [out, retval]
ppIndexingOptions 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