User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_vector.value

Table of Contents

TGIS_Vector.Value property

DK11 for Python | tatukgis.pdk.TGIS_Vector.Value | Methods | Properties

Array element value.

Available also on: ActiveX.

Syntax

# Python
 
def Value(
  self,
  _idx: int
) -> float: 
 
 
def Value(
  self,
  _idx: int,
  _value: float
) -> None: 

Parameters

Name Type Description
_idx int index of the element

Value

Type
float
2023/08/09 02:00

Page Tools