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


IIndexingConfiguration.ReplaceIndex Property (ArcObjects .NET 10.4 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(
  VARIANT_BOOL* pReplaceIndex
);
[C++]
HRESULT put_ReplaceIndex(
  VARIANT_BOOL pReplaceIndex
);
[C++]

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

Product Availability

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

See Also

IIndexingConfiguration Interface