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

Path Constructor

Namespace:Fil
Assembly:FilNet.Types.dll

Syntax

public Path
(
	List<Fil.Point2D> points,
	bool closed
)

Parameters

Name Type Range Default Description
pointsSystem.Collections.Generic.List<Fil.Point2D>
closedbool

See also