DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.CreateFromWKB | Methods | Properties
Create the shape from Well Known Binary (see: www.opengis.org).
// C# public ITGIS_Shape CreateFromWKB( OleVariant _wkb );
' VisualBasic Public Function CreateFromWKB( ByVal _wkb As OleVariant ) As ITGIS_Shape
// Oxygene public function CreateFromWKB( _wkb : OleVariant ) : ITGIS_Shape;
Name | Type | Description |
---|---|---|
_wkb | OleVariant | WKB array |
Type | Description |
---|---|
ITGIS_Shape | Newly constructed object or nil. |