You are here: Start » FIL.NET » Function Reference » ShapeRegion » Shape Region Basics » FIL.ShapeRegionToRegion
Converts a shape region to a region with an automatically computed frame.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ShapeRegionToRegion ( FilNet.ShapeRegion inShapeRegion, FilNet.Region outRegion )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inShapeRegion | FilNet.ShapeRegion | |||
![]() | outRegion | FilNet.Region | Output region. |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Invalid ShapeRegion in ShapeRegionToRegion. |


