You are here: Start » FIL.NET » Function Reference » Conversions » FIL.LocationToPoint2D

FIL.LocationToPoint2D

Converts a location to its center point.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void LocationToPoint2D
(
	FilNet.Location inLocation,
	out FilNet.Point2D outPoint
)

Parameters

Name Type Range Default Description
inLocationFilNet.Location
outPointFilNet.Point2D

See also