You are here: Start » FIL.NET » Function Reference » Conversions » FIL.RegionToShapeRegion

FIL.RegionToShapeRegion

Converts a region to region of interest.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void RegionToShapeRegion
(
	FilNet.Region inRegion,
	FilNet.ShapeRegion outShapeRegion
)

Parameters

Name Type Range Default Description
inRegionFilNet.RegionInput region.
outShapeRegionFilNet.ShapeRegion

See also