You are here: Start » AVL.NET » Function Reference » Geometry 2D » Geometry 2D Basics » AVL.WKT_LoadPolygon

AVL.WKT_LoadPolygon

Loads polygon from WKT text format.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void WKT_LoadPolygon
(
	string inText,
	AvlNet.Path outOuterPolygon,
	IList<AvlNet.Path> outInnerPolygons
)

Parameters

Name Type Range Default Description
inTextstring
outOuterPolygonAvlNet.Path
outInnerPolygonsSystem.Collections.Generic.IList<AvlNet.Path>

See also