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

FIS.SurfacePathToRegion Method

Finds the surface region covered by surface path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SurfacePathToRegion
(
	FilNet.Path inSurfacePath,
	FilNet.SurfaceFormat inSurfaceFormat,
	FilNet.Region outRegion
)

Parameters

Name Type Range Default Description
inSurfacePathFilNet.Path
inSurfaceFormatFilNet.SurfaceFormatSurface format for which the output region will be defined.
outRegionFilNet.RegionOutput region.

See also