DK11 for Delphi | GisLayerVector.TGIS_Shape.CreateFromGDO | Constructors | Fields | Methods | Properties
Create the shape from GeoMedia Database Object (GDO).
// Delphi public function CreateFromGDO( const _gdo : OleVariant ) : TGIS_Shape; virtual;
// C++ Builder public: virtual TGIS_Shape* CreateFromGDO( OleVariant* const _gdo );
Name | Type | Description |
---|---|---|
_gdo | OleVariant | GDO array |
Type | Description |
---|---|
TGIS_Shape | Newly created shape. |