User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_layervector.params

Table of Contents

TGIS_LayerVector.Params property

DK11 for .NET | TatukGIS.NDK.TGIS_LayerVector.Params | Constructors | Fields | Methods | Properties | Events

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

Available also on: Delphi | Java | ActiveX | 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:34

Page Tools