User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_layer.applyconfigprojection_tgis_configabstract_tgis_layer

Table of Contents

TGIS_Layer.applyConfigProjection(TGIS_ConfigAbstract, TGIS_Layer) method

DK for .NET | TatukGIS.NDK.TGIS_Layer.applyConfigProjection | Overloads | Constructors | Fields | Methods | Properties | Events

Read config projection parameters.

Available also on: Delphi | Java.

Syntax

// C#
protected virtual void applyConfigProjection(
  TGIS_ConfigAbstract _cfg,
  TGIS_Layer _layer
);
' VisualBasic
Protected Overridable Sub applyConfigProjection(
  ByVal _cfg As TGIS_ConfigAbstract,
  ByVal _layer As TGIS_Layer
)
// Oxygene
protected
  procedure applyConfigProjection(
    _cfg : TGIS_ConfigAbstract;
    _layer : TGIS_Layer
  ); virtual;

Parameters

Name Type Description
_cfg TGIS_ConfigAbstract configuration file object
_layer TGIS_Layer object will be set
2025/01/31 01:11

Page Tools