User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_shape.addpointbearing_double_double

Table of Contents

TGIS_Shape.AddPointBearing(float, float) method

DK11 for Python | tatukgis.pdk.TGIS_Shape.AddPointBearing | Overloads | Constructors | Methods | Properties

Add a point to the last part of the shape.

Available also on: Delphi | .NET | Java | ActiveX.

Syntax

# Python
def AddPointBearing(
  self,
  _bearing: float,
  _distance: float
) -> bool: 

Parameters

Name Type Description
_bearing float bearing in radians
_distance float distance in map units

Result

Type Description
bool True, then function succeed.
2023/08/09 01:59

Page Tools