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

Invoke.ConvertCoordinateSystem2DTo3D

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inCoordinateSystemFil.CoordinateSystem2DCoordinate system connected with the surface image.
inSurfaceFormatFil.SurfaceFormatFormat of the surface.
outCoordinateSystemFil.CoordinateSystem2DCoordinate system connected with the surface.

See also