| SurfaceArcGetSurfacePointFromParameter Method  | 
 
            Get the point on the surface along the surface arc at the given parameter.
            
 
    Namespace: 
   AGI.Foundation.RouteDesign.Advanced
    Assembly:
   AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic Cartographic GetSurfacePointFromParameter(
	double arcParameter
)
Public Function GetSurfacePointFromParameter ( 
	arcParameter As Double
) As Cartographic
public:
Cartographic GetSurfacePointFromParameter(
	double arcParameter
)
member GetSurfacePointFromParameter : 
        arcParameter : float -> Cartographic 
Parameters
- arcParameter
- Type: SystemDouble
 The parameter along the surface arc roughly equivalent to an
            angular measure in radians.
Return Value
Type: 
CartographicThe surface point along the arc.
 See Also
See Also