User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_shape.createfromgdo_olevariant

Table of Contents

TGIS_Shape.CreateFromGDO method

DK11 for Delphi | GisLayerVector.TGIS_Shape.CreateFromGDO | Constructors | Fields | Methods | Properties

Create the shape from GeoMedia Database Object (GDO).

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

Syntax

// Delphi
public
  function CreateFromGDO(
    const _gdo : OleVariant
  ) : TGIS_Shape; virtual;
// C++ Builder
public:
  virtual TGIS_Shape* CreateFromGDO(
    OleVariant* const _gdo
  );

Parameters

Name Type Description
_gdo OleVariant GDO array

Result

Type Description
TGIS_Shape Newly created shape.
2022/11/16 01:22

Page Tools