User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_layervectorenumeratorfactory

Table of Contents

ITGIS_LayerVectorEnumeratorFactory interface

DK for ActiveX | TatukGIS_XDK11.ITGIS_LayerVectorEnumeratorFactory | Interfaces | Methods

Factory class for TGIS_LayerVectorEnumerator.

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

Syntax

// C#
public interface ITGIS_LayerVectorEnumeratorFactory: ITBaseObject
{
}
' VisualBasic
Public Interface ITGIS_LayerVectorEnumeratorFactory
  Implements ITBaseObject
End Class
// Oxygene
type
  ITGIS_LayerVectorEnumeratorFactory = public interface( ITBaseObject )
  end;

Implements

Methods

Inherited Overrides Protected
Name Visibility Description
AttachDelphiObj public Only for internal use of TatukGIS.
(Inherited from ITBaseObject)
DelphiObj public Only for internal use of TatukGIS.
(Inherited from ITBaseObject)
GetEnumerator public Get constructed enumerator.
SetUp public Prepare enumerator.

Remarks

To be used internally by TGIS_LayerVector.Loop().

2025/01/31 01:04

Page Tools