CorridorTransitionSetStationLocked Property

Gets or sets transition set's station lock status.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public bool StationLocked { get; set; }

Property Value

Boolean
Remarks
If station lock status is true, modifying a transition's non-empty start station or non-empty end station to another non-empty value will cause all transitions' start station and end station in the transition set to move by an offset simultaneously.
See Also