You are here: Start » FIL.NET » Function Reference » ShapeRegion » Shape Region Basics » FIL.PathToShapeRegion

FIL.PathToShapeRegion

Converts a closed path to a shape region.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void PathToShapeRegion
(
	FilNet.Path inPath,
	FilNet.ShapeRegion outShapeRegion
)

Parameters

Name Type Range Default Description
inPathFilNet.PathInput path.
outShapeRegionFilNet.ShapeRegion

See also