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
Exception | Condition |
---|---|
ArgumentException |
Thrown when:
|