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

FIS.ConvertSurfaceType Method

Changes the point Z coordinate type.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ConvertSurfaceType
(
	FilNet.Surface inSurface,
	FilNet.PlainType inNewPointType,
	FilNet.Surface outSurface
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.SurfaceInput surface.
inNewPointTypeFilNet.PlainTypePoint Z coordinate type of the output surface.
outSurfaceFilNet.SurfaceSurface with changed internal surface type.

Function Overrides

See also