User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_layer.userobject

Table of Contents

TGIS_Layer.UserObject property

DK11 for Python | tatukgis.pdk.TGIS_Layer.UserObject | Constructors | Methods | Properties | Events | Events

UserObject can be used to associate with the layer a user-defined object. Such object will be destroyed automatically upon layer destroy. Attaching a new object to this property will destroy existing one.

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

Syntax

# Python
@property
def UserObject(
  self
) -> TObject: 
 
@UserObject.setter
def UserObject(
  self,
  _value: TObject
) -> None: 

Value

Type
TObject
2023/08/09 01:54

Page Tools