Share

TurnoutCreationParams.AddMergedProfile Method

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



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

Syntax

C#

public void AddMergedProfile(
	string entry,
	ObjectId profileId
)

VB

Public Sub AddMergedProfile ( 
	entry As String,
	profileId As ObjectId
)

C++

public:
void AddMergedProfile(
	String^ entry, 
	ObjectId profileId
)

Parameters

entry  String
 
profileId  ObjectId
 

Exceptions

ExceptionCondition
ArgumentException Thrown when:
  • Merge profile id is invalid if it is not null.

See Also

Reference

Was this information helpful?