DK11 for .NET | TatukGIS.NDK.TGIS_Shape.ImportFromJSON | Constructors | Fields | Methods | Properties
Import the JSON into the current shape.
// C# public virtual void ImportFromJSON( string _json );
' VisualBasic Public Overridable Sub ImportFromJSON( ByVal _json As String )
// Oxygene public procedure ImportFromJSON( _json : String ); virtual;
Name | Type | Description |
---|---|---|
_json | string String | JSON text |
Internally it uses CreateFromJSON method. If JSON is a different type, the shape will be reset.