You are here: Start » FIL.NET » FIS.RectangleSides Method

FIS.RectangleSides Method

Returns segments representing the sides of the input rectangle.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RectangleSides
(
	FilNet.Rectangle2D inRectangle,
	NullableValue<FilNet.Segment2D> outTopSide,
	NullableValue<FilNet.Segment2D> outRightSide,
	NullableValue<FilNet.Segment2D> outBottomSide,
	NullableValue<FilNet.Segment2D> outLeftSide
)

Parameters

Name Type Range Default Description
inRectangleFilNet.Rectangle2D
outTopSideFilNet.NullableValue<FilNet.Segment2D> Can be null to skip this parameter calculation.
outRightSideFilNet.NullableValue<FilNet.Segment2D> Can be null to skip this parameter calculation.
outBottomSideFilNet.NullableValue<FilNet.Segment2D> Can be null to skip this parameter calculation.
outLeftSideFilNet.NullableValue<FilNet.Segment2D> Can be null to skip this parameter calculation.

Function Overrides

See also