Click or drag to resize
CMVUReGenAreas Method
Re-Generate from a line group and existing area group

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
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.
Syntax
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
See Also