Gets or sets the lock mode of the Offset Alignment.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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); } |