Click or drag to resize

CMVUGenAreas Method

Generate areas from an line group.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void GenAreas(
	CMVIEW mview,
	string lines,
	CVV col_vv,
	CVV pat_vv,
	double pitch
)

public static void GenAreas(
	CMVIEW mview,
	string lines,
	CVV col_vv,
	CVV pat_vv,
	double pitch
)

Parameters

mview
Type: GeoEngine.Core.GXNetCMVIEW
View
lines
Type: SystemString
Group with lines
col_vv
Type: GeoEngine.Core.GXNetCVV
Colors (color int)
pat_vv
Type: GeoEngine.Core.GXNetCVV
Patterns (int), must be same length at colors
pitch
Type: SystemDouble
Pattern size
Remarks
The specified line group will be used to create a new group that is composed of all the resolved polygonal areas in the line group. Each polygonal area is assigned a color/pattern as specified in the color and pattern VV's. Color/patterns are assigned in rotating sequence.
See Also