User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_layervector.params

Table of Contents

TGIS_LayerVector.Params property

DK11 for Java | tatukgis.jdk.TGIS_LayerVector.Params | Constructors | Fields | Methods | Properties | Events

Returns parameters (colors, fills, etc.) object.

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

Syntax

// Java
public TGIS_ParamsSectionVector getParams();
 
public void setParams(
  TGIS_ParamsSectionVector _value
);
// Oxygene
public
  property Params : TGIS_ParamsSectionVector read write;

Value

Remarks

If object was not allocated then Layer level parameters will be returned.

See AddShape for example.

References

2022/11/16 01:49

Page Tools