Polyline ConstructGeodeticLineFromPoints( GeodeticCurveType curveType, MapPoint fromPoint, MapPoint toPoint, LinearUnit linearUnit, CurveDensifyMethod densifyMode, double densifyParameter )
Function ConstructGeodeticLineFromPoints( _ ByVal curveType As GeodeticCurveType, _ ByVal fromPoint As MapPoint, _ ByVal toPoint As MapPoint, _ ByVal linearUnit As LinearUnit, _ ByVal densifyMode As CurveDensifyMethod, _ ByVal densifyParameter As Double _ ) As Polyline
Parameters
- curveType
- The type of geodetic curve to be created.
- fromPoint
- The from point.
- toPoint
- The to point.
- linearUnit
- The linear unit of the densifyParameter if the densifyMode is DensifyByLength. If this is null, the units are assumed to be meters.
- densifyMode
- The densification mode.
- densifyParameter
- The densification parameter.
Return Value
Returns the created geodetic line.