DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.ImportFromJSON | Methods | Properties
Import the JSON into the current shape.
// C# public void ImportFromJSON( WideString _json );
' VisualBasic Public Sub ImportFromJSON( ByVal _json As WideString )
// Oxygene public procedure ImportFromJSON( _json : WideString );
Name | Type | Description |
---|---|---|
_json | WideString | JSON text |
Internally it uses CreateFromJSON method. If JSON is a different type, the shape will be reset.