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