Click or drag to resize

CMVUReGenAreas Method

Re-Generate from a line group and existing area group

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ReGenAreas(
	CMVIEW mview,
	string lines
)

public static void ReGenAreas(
	CMVIEW mview,
	string lines
)

Parameters

mview
Type: GeoEngine.Core.GXNetCMVIEW
View
lines
Type: SystemString
Group with lines
Remarks
The area group must exist and will be modified to match the current line group. All non-polygon entities in the current area group will remain in the new area group. All existing polygon groups will be used to determine the most likely attributes for the new polygon groups. There must be existing polygon groups in the area group.
See Also