You are here: Start » FIL.NET » Function Reference » Basic » Box » FIL.BoxCharacteristicPoints
Computes the characteristic points of the box.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void BoxCharacteristicPoints ( FilNet.Box inBox, NullableValue<FilNet.Point2D> outTopLeft, NullableValue<FilNet.Point2D> outTopCenter, NullableValue<FilNet.Point2D> outTopRight, NullableValue<FilNet.Point2D> outMiddleLeft, NullableValue<FilNet.Point2D> outMiddleCenter, NullableValue<FilNet.Point2D> outMiddleRight, NullableValue<FilNet.Point2D> outBottomLeft, NullableValue<FilNet.Point2D> outBottomCenter, NullableValue<FilNet.Point2D> outBottomRight, NullableRef<List<FilNet.Point2D>> outCorners )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inBox | FilNet.Box | |||
![]() | outTopLeft | FilNet.NullableValue<FilNet.Point2D> | Can be null to skip this parameter calculation. | ||
![]() | outTopCenter | FilNet.NullableValue<FilNet.Point2D> | Can be null to skip this parameter calculation. | ||
![]() | outTopRight | FilNet.NullableValue<FilNet.Point2D> | Can be null to skip this parameter calculation. | ||
![]() | outMiddleLeft | FilNet.NullableValue<FilNet.Point2D> | Can be null to skip this parameter calculation. | ||
![]() | outMiddleCenter | FilNet.NullableValue<FilNet.Point2D> | Can be null to skip this parameter calculation. | ||
![]() | outMiddleRight | FilNet.NullableValue<FilNet.Point2D> | Can be null to skip this parameter calculation. | ||
![]() | outBottomLeft | FilNet.NullableValue<FilNet.Point2D> | Can be null to skip this parameter calculation. | ||
![]() | outBottomCenter | FilNet.NullableValue<FilNet.Point2D> | Can be null to skip this parameter calculation. | ||
![]() | outBottomRight | FilNet.NullableValue<FilNet.Point2D> | Can be null to skip this parameter calculation. | ||
![]() | outCorners | FilNet.NullableRef<System.Collections.Generic.List<FilNet.Point2D>> | Can be null to skip this parameter calculation. |