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

Path Constructor

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

Syntax

public Path
(
	IList<FilNet.Point2D> points,
	bool closed
)

Parameters

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

See also