TurnoutGetCriticalPoints Method |
Get critical points names by entry name.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic IList<string> GetCriticalPoints(
string entryName
)
Public Function GetCriticalPoints (
entryName As String
) As IList(Of String)
public:
IList<String^>^ GetCriticalPoints(
String^ entryName
)
Parameters
- entryName String
- entry name.
Return Value
IListString
ExceptionsException | Condition |
---|
[!:System.ArgumentException] |
Thrown when:
- The entry cannot be found in the turnout.
|
Remarks
A list of strings with critical point names
See Also