Share

Turnout.GetCriticalPoints Method

Get critical points names by entry name.



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

Syntax

C#

public IList<string> GetCriticalPoints(
	string entryName
)

VB

Public Function GetCriticalPoints ( 
	entryName As String
) As IList(Of String)

C++

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

Reference

Was this information helpful?