Share

CorridorTransition.EndValue Property

Gets or sets end value.



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

Syntax

C#

public Object EndValue { get; set; }

VB

Public Property EndValue As Object
	Get
	Set

C++

public:
property Object^ EndValue {
	Object^ get ();
	void set (Object^ value);
}

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

Reference

Was this information helpful?