LockMode Property

Gets or sets the lock mode of the Offset Alignment.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public AlignmentLockModeType LockMode { get; set; }

Visual Basic

Public Property LockMode As AlignmentLockModeType
	Get
	Set

Visual C++

public:
property AlignmentLockModeType LockMode {
	AlignmentLockModeType get ();
	void set (AlignmentLockModeType value);
}

See Also