 | CMVU.GenAreas Method |
Generate areas from an line group.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void GenAreas(
CGXNETCore gxNetShared,
CMVIEW mview,
string lines,
CVV col_vv,
CVV pat_vv,
double pitch
)
public static void GenAreas(
CGXNETCore gxNetShared,
CMVIEW mview,
string lines,
CVV col_vv,
CVV pat_vv,
double pitch
)
Public Shared Sub GenAreas (
gxNetShared As CGXNETCore,
mview As CMVIEW,
lines As String,
col_vv As CVV,
pat_vv As CVV,
pitch As Double
)
Public Shared Sub GenAreas (
gxNetShared As CGXNETCore,
mview As CMVIEW,
lines As String,
col_vv As CVV,
pat_vv As CVV,
pitch As Double
)
public:
static void GenAreas(
CGXNETCore^ gxNetShared,
CMVIEW^ mview,
String^ lines,
CVV^ col_vv,
CVV^ pat_vv,
double pitch
)
public:
static void GenAreas(
CGXNETCore^ gxNetShared,
CMVIEW^ mview,
String^ lines,
CVV^ col_vv,
CVV^ pat_vv,
double pitch
)
static member GenAreas :
gxNetShared : CGXNETCore *
mview : CMVIEW *
lines : string *
col_vv : CVV *
pat_vv : CVV *
pitch : float -> unit
static member GenAreas :
gxNetShared : CGXNETCore *
mview : CMVIEW *
lines : string *
col_vv : CVV *
pat_vv : CVV *
pitch : float -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetX.CGXNETCore
A shared CGXNETCore - mview
- Type: GeoEngine.Core.GXNetX.CMVIEW
View - lines
- Type: System.String
Group with lines - col_vv
- Type: GeoEngine.Core.GXNetX.CVV
Colors (color int) - pat_vv
- Type: GeoEngine.Core.GXNetX.CVV
Patterns (int), must be same length at colors - pitch
- Type: System.Double
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