You are here: Start » FIL.NET » FIS.WKT_LoadPolygon Method

FIS.WKT_LoadPolygon Method

Loads polygon from WKT text format.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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