User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_cstransformlist.transform

Table of Contents

ITGIS_CSTransformList.Transform property

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_CSTransformList.Transform | Methods | Properties

Default property for retrieving Transformation.

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

Syntax

// C#
public TGIS_CSTransformAbstract Transform[_idx int]
{
  get {}
}
' VisualBasic
Public Property Transform(ByVal  _idx As Integer] As TGIS_CSTransformAbstract
  Get
  End Get
End Property
// Oxygene
public
  property Transform[ _idx : Integer ] : TGIS_CSTransformAbstract read;

Parameters

Name Type Description
_idx int
Integer
position on the list

Value

2022/11/16 01:09

Page Tools