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