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.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void AddMergedProfile(
string entry,
ObjectId profileId
)
Public Sub AddMergedProfile (
entry As String,
profileId As ObjectId
)
public:
void AddMergedProfile(
String^ entry,
ObjectId profileId
)
Parameters
- entry String
-
- profileId ObjectId
-
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when:
- Merge profile id is invalid if it is not null.
|
See Also