You are here: Start » FIL.NET » Function Reference » Conversions » FIL.ProfileToPoint2DArray

FIL.ProfileToPoint2DArray

Converts a profile to an array of points.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void ProfileToPoint2DArray
(
	FilNet.Profile inProfile,
	IList<FilNet.Point2D> outPoints
)

Parameters

Name Type Range Default Description
inProfileFilNet.ProfileInput profile.
outPointsSystem.Collections.Generic.IList<FilNet.Point2D>

See also