CorridorTransitionSetAddTransition(String) Method

Adds transition to the transition set.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public CorridorTransition AddTransition(
	string parameterName
)

Parameters

parameterName  String
Parameter name. Only support paramter logical name.

Return Value

CorridorTransition
The transition added.
Exceptions
ExceptionCondition
ArgumentException Thrown when parameterName:
  1. Is empty.
  2. Doesn't exist in subassembly.
  3. Is not unique.
Remarks
A transition set doesn't support multi-parameters, which means all transitions in the transition set share the same parameter name.
See Also