Gets or sets the length of the region.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.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
- Changing the Length value will modify the EndStation value of the region.
- Changing the Length value will modify the StartStation of ExitTransition.
- Changing the Length value might affect the Length and StartStaion of the next region.
Exceptions
Exception | Condition |
---|---|
System.ArgumentException |
Thrown when:
|
System.InvalidOperationException |
Thrown when:
|