TurnoutCreationParamsAddMergedAlignment Method

Gets or sets the alignment for one entry which will be merged into If alignmentId is null, diverted alignment for this entry will be removed.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void AddMergedAlignment(
	string entry,
	ObjectId alignmentId
)

Parameters

entry  String
 
alignmentId  ObjectId
 
Exceptions
ExceptionCondition
ArgumentException Thrown when:
  • Merge alignment id is invalid if it is not null.
  • Merge alignment is not a rail.
See Also