Share

CorridorTransitionSet.StationLocked Property

Gets or sets transition set's station lock status.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public bool StationLocked { get; set; }

VB

Public Property StationLocked As Boolean
	Get
	Set

C++

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

Reference

Was this information helpful?