SampleLineLockToStation 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.292
Syntax
public bool LockToStation { get; set; }

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