DK11 for .NET | TatukGIS.NDK.TGIS_Shape.ImportFromGDO | Constructors | Fields | 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 ); virtual;
Name | Type | Description |
---|---|---|
_gdo | OleVariant | GDO array |
Internally it uses CreateFromGDO method. If WKB is a different type, the shape will be reset.