Share

CorridorTransition.StartValue Property

Gets or sets start value.



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

Syntax

C#

public Object StartValue { get; set; }

VB

Public Property StartValue As Object
	Get
	Set

C++

public:
property Object^ StartValue {
	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 start value hasn't been set, then getting returns null.

See Also

Reference

Was this information helpful?