Table of Contents

Enum BuildIndexMode

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll

This enumeration represents whether an index should be rebuilt or not.

public enum BuildIndexMode

Fields

DoNotRebuild = 0

Do not rebuild the index if it exists.

Rebuild = 1

Rebuild the index if it exists.

Remarks

None