TurnoutCreationParamsAddMergedProfile 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.292
Syntax
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