Share

TurnoutCreationParams.AddMergedAlignment 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.280

Syntax

C#

public void AddMergedAlignment(
	string entry,
	ObjectId alignmentId
)

VB

Public Sub AddMergedAlignment ( 
	entry As String,
	alignmentId As ObjectId
)

C++

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

Reference

Was this information helpful?