You are here: Start » FIL.NET » Function Reference » Path » Polygon Features » FIL.PolygonWithNormalizedOrientation

FIL.PolygonWithNormalizedOrientation

Returns the same polygon but with orientation corresponding to the axes.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void PolygonWithNormalizedOrientation
(
	FilNet.Path inPolygon,
	FilNet.Path outPolygon
)

Parameters

Name Type Range Default Description
inPolygonFilNet.Path
outPolygonFilNet.Path

Errors

List of possible exceptions:

Error type Description
DomainError Open path on input in PolygonWithNormalizedOrientation.

See also