Skip to content

LockLayerMode

Namespace: ThinkGeo.Core

This enum represents the lock mode while drawing layers.

public enum LockLayerMode

Inheritance ObjectValueTypeEnumLockLayerMode
Implements IComparable, IFormattable, IConvertible

Fields

Name Value Description
Default 0 This value indicates the layers will be locked while drawing.
Lock 1 This value indicates the layers will be locked while drawing.
DoNotLock 2 This value indicates the layers will be cloned before drawing;
and use the cloned layer to draw without locking.