You are here: Start » FIL.NET » PathFittingField Constructor

PathFittingField Constructor

Namespace:FilNet
Assembly:FIL.NET.TS.dll

Syntax

public PathFittingField
(
	IList<FilNet.Point2D> points,
	bool closed,
	float width
)

Parameters

Name Type Range Default Description
pointsSystem.Collections.Generic.IList<FilNet.Point2D>
closedbool
widthfloat

See also