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

FIS.ProjectPointsOnLine Method

Projects points onto a line.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ProjectPointsOnLine
(
	IList<FilNet.Point2D> inPoints,
	FilNet.Line2D inLine,
	IList<FilNet.Point2D> outProjectionPoints,
	out FilNet.Segment2D? outProjectionSegment
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<FilNet.Point2D>
inLineFilNet.Line2D
outProjectionPointsSystem.Collections.Generic.IList<FilNet.Point2D>
outProjectionSegmentFilNet.Segment2D?

Function Overrides

See also