SampleLineLockToStation Property |
Gets or sets a boolean value which specified whether locks the SampleLine to the station of the alignment.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool LockToStation { get; set; }
Public Property LockToStation As Boolean
Get
Set
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