You are here: Start » FIL.NET » Invoke.SegmentCenter

Invoke.SegmentCenter

Computes the center point of a segment.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SegmentCenter
(
	Fil.Segment2D inSegment,
	out Fil.Point2D outCenterPoint
)

Parameters

Name Type Range Default Description
inSegmentFil.Segment2D
outCenterPointFil.Point2D

See also