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

FIS.Point3DToPoint2D Method

Converts a point in 3D to a point in 2D by ignoring its Z coordinate.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void Point3DToPoint2D
(
	FilNet.Point3D inPoint3D,
	out FilNet.Point2D outPoint2D
)

Parameters

Name Type Range Default Description
inPoint3DFilNet.Point3D
outPoint2DFilNet.Point2D

See also