You are here: Start » FIL.NET » FIL.TrimRegionToShape

FIL.TrimRegionToShape

Removes region elements lying beyond the specified shape.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void TrimRegionToShape
(
	FilNet.Region inRegion,
	FilNet.Path inShape,
	FilNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionFilNet.RegionInput region.
inShapeFilNet.Path
outRegionFilNet.RegionOutput region.

Errors

List of possible exceptions:

Error type Description
DomainError Path is not closed in TrimRegionToShape.

See also