User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_shape.importfromgdo_olevariant

Table of Contents

TGIS_Shape.ImportFromGDO method

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

Import the GeoMedia Database Object (GDO) into the current shape.

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

Syntax

// Delphi
public
  procedure ImportFromGDO(
    var _gdo : OleVariant
  ); virtual;
// C++ Builder
public:
  virtual void ImportFromGDO(
    OleVariant* &_gdo
  );

Parameters

Name Type Description
_gdo OleVariant GDO array

Remarks

Internally it uses CreateFromGDO method. If WKB is a different type, the shape will be reset.

2022/11/16 01:22

Page Tools