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

FIS.ConvertCoordinateSystem2DTo3D Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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