DK11 for Delphi | GisLayerVector.TGIS_Shape.ImportFromGDO | Constructors | Fields | Methods | Properties
Import the GeoMedia Database Object (GDO) into the current shape.
// Delphi public procedure ImportFromGDO( var _gdo : OleVariant ); virtual;
// C++ Builder public: virtual void ImportFromGDO( OleVariant* &_gdo );
Name | Type | Description |
---|---|---|
_gdo | OleVariant | GDO array |
Internally it uses CreateFromGDO method. If WKB is a different type, the shape will be reset.