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

FIL.WKT_LoadPolygon

Loads polygon from WKT text format.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inTextstring
outOuterPolygonFilNet.Path
outInnerPolygonsSystem.Collections.Generic.IList<FilNet.Path>

See also