ConfigurableConnectionGetPoint Method |
Get the surface point along the connection at the given arc length.
Namespace:
AGI.Foundation.RouteDesign.Advanced
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public abstract Cartographic GetPoint(
double s
)
Public MustOverride Function GetPoint (
s As Double
) As Cartographic
public:
virtual Cartographic GetPoint(
double s
) abstract
abstract GetPoint :
s : float -> Cartographic
Parameters
- s
- Type: SystemDouble
The arc length parameter along the connection, in meters.
Return Value
Type:
CartographicThe surface point at the given distance along the connection.
See Also