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


IIndexingConfiguration.ReplaceItems Property (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help

IIndexingConfiguration.ReplaceItems Property

Indicates whether to replace existing items.

[Visual Basic .NET]
Public Property ReplaceItems As Boolean
[C#]
public bool ReplaceItems {get; set;}
[C++]
HRESULT get_ReplaceItems(
  Boolean* pReplaceItems
);
[C++]
HRESULT put_ReplaceItems(
  VARIANT_BOOL pReplaceItems
);
[C++]
Parameters
pReplaceItems [out, retval]

pReplaceItems is a parameter of type bool* pReplaceItems [in]
pReplaceItems is a parameter of type bool

Product Availability

No record for Search in Libraries found

See Also

IIndexingConfiguration Interface