You are here: Start » FIL.NET » Function Reference » Surface » Surface Basics » FIL.ConvertCoordinateSystem2DTo3D

FIL.ConvertCoordinateSystem2DTo3D

Converts a coordinate system connected with the surface image to a coordinate system connected with the surface.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void ConvertCoordinateSystem2DTo3D
(
	FilNet.CoordinateSystem2D inCoordinateSystem,
	FilNet.SurfaceFormat inSurfaceFormat,
	out FilNet.CoordinateSystem2D outCoordinateSystem
)

Parameters

Name Type Range Default Description
inCoordinateSystemFilNet.CoordinateSystem2DCoordinate system connected with the surface image.
inSurfaceFormatFilNet.SurfaceFormatFormat of the surface.
outCoordinateSystemFilNet.CoordinateSystem2DCoordinate system connected with the surface.

See also