User Tools

Site Tools


api:dk11:python:tatukgis_pdk.igis_viewer.autostyle

Table of Contents

IGIS_Viewer.AutoStyle property

If True, layers added to the viewer will have a unique style applied; Default is False.

Syntax

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

Value

Type
bool

Remarks

Only works with layers that support auto-styling.

2026/05/25 21:51

Page Tools