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

FIL.WKT_LoadLineString

Loads path from WKT text format.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void WKT_LoadLineString
(
	string inText,
	FilNet.Path outPath
)

Parameters

Name Type Range Default Description
inTextstring
outPathFilNet.PathOutput path.

See also