Table of Contents

Enum GenMode

Namespace
Hi.Common.XmlUtils
Assembly
HiGeom.dll

Enumeration of generation modes for XML factory operations.

[Flags]
public enum GenMode
Extension Methods

Fields

Catch = 1

Catch exceptions during generation.

Default = Catch | Rebase

Default generation mode (Catch and Rebase).

None = 0

No special generation options.

Rebase = 2

Rebase file paths during generation.