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 | |
---|---|---|---|---|---|
![]() | inRectangle | FilNet.Rectangle2D | |||
![]() | outTopSide | FilNet.NullableValue<FilNet.Segment2D> | Can be null to skip this parameter calculation. | ||
![]() | outRightSide | FilNet.NullableValue<FilNet.Segment2D> | Can be null to skip this parameter calculation. | ||
![]() | outBottomSide | FilNet.NullableValue<FilNet.Segment2D> | Can be null to skip this parameter calculation. | ||
![]() | outLeftSide | FilNet.NullableValue<FilNet.Segment2D> | Can be null to skip this parameter calculation. |