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

FIS.LineThroughPoint Method

Computes a line passing through a point with given angle.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void LineThroughPoint
(
	FilNet.Point2D inPoint,
	float inAngle,
	out FilNet.Line2D outLine
)

Parameters

Name Type Range Default Description
inPointFilNet.Point2D
inAnglefloat
outLineFilNet.Line2D

See also