ConnectionStrategyGetSurfacePoint 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic abstract Cartographic GetSurfacePoint(
	double s
)
Public MustOverride Function GetSurfacePoint ( 
	s As Double
) As Cartographic
public:
virtual Cartographic GetSurfacePoint(
	double s
) abstract
abstract GetSurfacePoint : 
        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