Gets or sets a boolean value which specified whether locks the SampleLine to the station of the alignment.

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

Syntax

C#
public bool LockToStation { get; set; }
Visual Basic
Public Property LockToStation As Boolean
	Get
	Set
Visual C++
public:
property bool LockToStation {
	bool get ();
	void set (bool value);
}

Remarks

1. Setting to true means the sample line will move to the same location if the parent alignment geometry is updated. 2. Setting to false means the sample line maintains its geometry and re-computes the updated station where it intersects the alignment.

See Also