TurnoutGetCriticalPoints Method

Get critical points names by entry name.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public IList<string> GetCriticalPoints(
	string entryName
)

Parameters

entryName  String
entry name.

Return Value

IListString
Exceptions
ExceptionCondition
[!:System.ArgumentException] Thrown when:
  • The entry cannot be found in the turnout.
Remarks
A list of strings with critical point names
See Also