Gets or sets the length of the region.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public double Length { get; set; } |
| Visual Basic |
|---|
Public Property Length As Double
Get
Set |
| Visual C++ |
|---|
public:
property double Length {
double get ();
void set (double value);
} |
Remarks
Exceptions
| Exception | Condition |
|---|
| System..::..ArgumentException |
Thrown when:
- The value is less than or equal to 0.
- The value greater than or equal to the current length plus next region's length.
|
| System..::..InvalidOperationException |
Thrown when:
- The RegionType of current region is AlignmentRegionType.Automatic.
- The current region has the next region and next region's start station can not be set.
- The current region is the last one and previous region's end station can not be set.
|
See Also