Share

SampleLine.LockToStation Property

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.8.0.280

Syntax

C#

public bool LockToStation { get; set; }

VB

Public Property LockToStation As Boolean
	Get
	Set

C++

public:
property bool LockToStation {
	bool get ();
	void set (bool value);
}

Property Value

Boolean

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

Reference

Was this information helpful?