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

AVS.WKT_LoadPoint Method

Loads point from WKT text format.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void WKT_LoadPoint
(
	string inText,
	out AvlNet.Point2D outPoint
)

Parameters

Name Type Range Default Description
inTextstring
outPointAvlNet.Point2D

See also