public Polyline ConstructGeodeticLineFromDistance( GeodeticCurveType curveType, MapPoint fromPoint, double length, double azimuth, LinearUnit linearUnit, CurveDensifyMethod densifyMode, double densifyParameter )
Public Function ConstructGeodeticLineFromDistance( _ ByVal curveType As GeodeticCurveType, _ ByVal fromPoint As MapPoint, _ ByVal length As Double, _ ByVal azimuth As Double, _ 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.
- length
- The length of the geodetic line to be created.
- azimuth
- The azimuth (in degrees) of the geodetic line to be created. Measured clockwise from the north.
- linearUnit
- The linear unit of the length. Also 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.