DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.ImportFromGDO | Methods | Properties
Import the GeoMedia Database Object (GDO) into the current shape.
// C# public void ImportFromGDO( ref OleVariant _gdo );
' VisualBasic Public Sub ImportFromGDO( ByRef _gdo As OleVariant )
// Oxygene public procedure ImportFromGDO( var _gdo : OleVariant );
Name | Type | Description |
---|---|---|
_gdo | OleVariant | GDO array |
Internally it uses CreateFromGDO method. If WKB is a different type, the shape will be reset.