User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_shape.localparams

Table of Contents

TGIS_Shape.LocalParams property

DK11 for Java | tatukgis.jdk.TGIS_Shape.LocalParams | Constructors | Fields | Methods | Properties

True if the shape has private parameters. You can allocate/deallocate local params by set this value to True/False.

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

Syntax

// Java
public bool getLocalParams();
 
public void setLocalParams(
  bool _value
);
// Oxygene
public
  property LocalParams : Boolean read write;

Value

Type
bool
Boolean
2022/11/16 01:51

Page Tools