You are here: Start » FIL.NET » Function Reference » Region » Region Spatial Transforms » FIL.TrimRegionToPolygon

FIL.TrimRegionToPolygon

Removes region elements lying beyond the specified polygon.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void TrimRegionToPolygon
(
	FilNet.Region inRegion,
	FilNet.Path inPolygon,
	FilNet.Region outRegion
)

Parameters

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

Errors

List of possible exceptions:

Error type Description
DomainError Path is not closed in TrimRegionToPolygon.

See also