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

FIS.SegmentCenter Method

Computes the center point of a segment.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SegmentCenter
(
	FilNet.Segment2D inSegment,
	out FilNet.Point2D outCenterPoint
)

Parameters

Name Type Range Default Description
inSegmentFilNet.Segment2D
outCenterPointFilNet.Point2D

See also