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); }