User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_objectlist

TGIS_ObjectList type

DK11 for .NET | TatukGIS.NDK.TGIS_ObjectList | Enums | Classes | Interfaces | Delegates | Records | Types

Alias for platform specific object list.

Available also on: Delphi | ActiveX | Python.

Syntax

// C#
// Type aliases are supported only on Oxygene language. C# developers should use 
// a raw defintion instead:
TObjectList<TObject>
' VisaulBasic 
' Type aliases are supported only on Oxygene language. VisualBasic developers should use 
' a raw defintion instead:
TObjectList(Of TObject>
// Oxygene
type
  TGIS_ObjectList = public TObjectList<TObject>;
2022/11/30 19:28

Page Tools