User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_layervector.params

Table of Contents

ITGIS_LayerVector.Params property

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LayerVector.Params | Methods | Properties

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

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

Syntax

// C#
public TGIS_ParamsSectionVector Params
{
  get {}
  set {}
}
' VisualBasic
Public Property Params As TGIS_ParamsSectionVector
  Get
  End Get
  Set(ByVal value As TGIS_ParamsSectionVector)
  End Set
End Property
// Oxygene
public
  property Params : TGIS_ParamsSectionVector read read;

Value

Remarks

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

See AddShape for example.

References

2022/11/16 01:10

Page Tools