Click or drag to resize

CMVUReGenAreas Method

Re-Generate from a line group and existing area group

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

public static void ReGenAreas(
	CGXNETCore gxNetShared,
	CMVIEW mview,
	string lines
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
mview
Type: GeoEngine.Core.GXNetXCMVIEW
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