CorridorTransitionSetStationLocked Property |
Gets or sets transition set's station lock status.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool StationLocked { get; set; }
Public Property StationLocked As Boolean
Get
Set
public:
property bool StationLocked {
bool get ();
void set (bool value);
}
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