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


IIndexingConfiguration.ReplaceIndex Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Search)  

IIndexingConfiguration.ReplaceIndex Property

Indicates whether to replace existing index.

[Visual Basic .NET]
Public Property ReplaceIndex As Boolean
[C#]
public bool ReplaceIndex {get; set;}
[C++]
HRESULT get_ReplaceIndex(
  Boolean* pReplaceIndex
);
[C++]
HRESULT put_ReplaceIndex(
  VARIANT_BOOL pReplaceIndex
);
[C++]

Parameters pReplaceIndex [out, retval]
pReplaceIndex is a parameter of type bool* pReplaceIndex [in]
pReplaceIndex is a parameter of type bool

Product Availability

No record for Search in Libraries found

See Also

IIndexingConfiguration Interface