 | 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
Syntaxpublic static void ReGenAreas(
CGXNETCore gxNetShared,
CMVIEW mview,
string lines
)
public static void ReGenAreas(
CGXNETCore gxNetShared,
CMVIEW mview,
string lines
)
Public Shared Sub ReGenAreas (
gxNetShared As CGXNETCore,
mview As CMVIEW,
lines As String
)
Public Shared Sub ReGenAreas (
gxNetShared As CGXNETCore,
mview As CMVIEW,
lines As String
)
public:
static void ReGenAreas(
CGXNETCore^ gxNetShared,
CMVIEW^ mview,
String^ lines
)
public:
static void ReGenAreas(
CGXNETCore^ gxNetShared,
CMVIEW^ mview,
String^ lines
)
static member ReGenAreas :
gxNetShared : CGXNETCore *
mview : CMVIEW *
lines : string -> unit
static member ReGenAreas :
gxNetShared : CGXNETCore *
mview : CMVIEW *
lines : string -> unit
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