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

FIS.FisFilter_AccessSegment3D Method

Returns individual fields of a segment 3D.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void FisFilter_AccessSegment3D
(
	FilNet.Segment3D inSegment,
	out FilNet.Point3D outPoint1,
	out FilNet.Point3D outPoint2
)

Parameters

Name Type Range Default Description
inSegmentFilNet.Segment3DInput segment.
outPoint1FilNet.Point3DFirst point of the segment.
outPoint2FilNet.Point3DSecond point of the segment.

See also