Gets or sets the corridor's region lock mode.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.3.488.0
Syntax
C# |
---|
public CorridorRegionLockType RegionLockMode { get; set; } |
Visual Basic |
---|
Public Property RegionLockMode As CorridorRegionLockType Get Set |
Visual C++ |
---|
public: property CorridorRegionLockType RegionLockMode { CorridorRegionLockType get (); void set (CorridorRegionLockType value); } |
Remarks
There are two lock modes supported by the corridor regions:
The Geometry lock mode locks the regions to a specified point of the baseline geometry. Resizing the baseline (or underlying alignment) does not change the start and end locations of the region.
The Station lock mode locks the regions to the specified start and end stations. If the geometry changes, changing the station values, the region will change with them.