DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.CreateFromJSON | Methods | Properties
Create the shape from JSON.
// C# public ITGIS_Shape CreateFromJSON( WideString _json );
' VisualBasic Public Function CreateFromJSON( ByVal _json As WideString ) As ITGIS_Shape
// Oxygene public function CreateFromJSON( _json : WideString ) : ITGIS_Shape;
Name | Type | Description |
---|---|---|
_json | WideString | JSON text |
Type | Description |
---|---|
ITGIS_Shape | Newly created shape. |