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

FIS.ProfileToPoint2DArray Method

Converts a profile to an array of points.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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