CorridorTransitionEndValue Property

Gets or sets end value.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public Object EndValue { get; set; }

Property Value

Object
Exceptions
ExceptionCondition
ArgumentException Thrown when setting but value type is not supported.
InvalidOperationException Thrown when setting but transition's parameter name hasn't been set or parameter data type is unknown.
Remarks
Allowed object types: int, double. If end value hasn't been set, then getting returns null.
See Also