You are here: Start » AVL.NET » AVS.WKT_LoadMultiPoint Method

AVS.WKT_LoadMultiPoint Method

Loads multiple points from WKT text format.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void WKT_LoadMultiPoint
(
	string inText,
	IList<AvlNet.Point2D> outPoints
)

Parameters

Name Type Range Default Description
inTextstring
outPointsSystem.Collections.Generic.IList<AvlNet.Point2D>

See also