  | CTINGetVoronoiEdges Method  | 
 Get line segments defining Voronoi cells.
 
    Namespace: 
   Geosoft.Desktop.GXNetX
    Assembly:
   geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic void GetVoronoiEdges(
	CVV vv
)
public void GetVoronoiEdges(
	CVV vv
)
Public Sub GetVoronoiEdges ( 
	vv As CVV
)
Public Sub GetVoronoiEdges ( 
	vv As CVV
)
public:
void GetVoronoiEdges(
	CVV^ vv
)
public:
void GetVoronoiEdges(
	CVV^ vv
)
member GetVoronoiEdges : 
        vv : CVV -> unit 
member GetVoronoiEdges : 
        vv : CVV -> unit 
Parameters
- vv
 - Type: GeoEngine.Core.GXNetXCVV
VV of GS_D2LINE type (create with type -32) 
See Also