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

FIL.SurfacePathToRegion

Finds the surface region covered by surface path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
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