Share

Turnout.GetDivertedProfileId Method

Get diverted profile id by entry name.



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

Syntax

C#

public ObjectId GetDivertedProfileId(
	string entryName
)

VB

Public Function GetDivertedProfileId ( 
	entryName As String
) As ObjectId

C++

public:
ObjectId GetDivertedProfileId(
	String^ entryName
)

Parameters

entryName  String
entry name.

Return Value

ObjectId

Remarks

ObjectId TYPE: Autodesk.Civil.DatabaseServices.Profile

See Also

Reference

Was this information helpful?