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: 24.2.419.0 (24.2.419.0)
Syntax public 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