TurnoutGetCriticalPointLocation Method

Get critical point location by entry name and critical name.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public Point2d GetCriticalPointLocation(
	string entryName,
	string criticalPointName
)

Parameters

entryName  String
entry name.
criticalPointName  String
critical point name.

Return Value

Point2d
Exceptions
ExceptionCondition
[!:System.ArgumentException] Thrown when:
  • The critical point can't be got by the entry name and critical point name in turnout.
Remarks
Critical point location TYPE: Autodesk.AutoCAD.Geometry.Point2d
See Also