  | CVULCANTriangulationToView Method  | 
 Draw triangle edges in a Vulcan triangulation file to a 3D view in a map.
 
    Namespace: 
   GeoEngine.Core.GXNetX
    Assembly:
   geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void TriangulationToView(
	CGXNETCore gxNetShared,
	string triangulation_file,
	CIPJ ipj,
	CMVIEW mview,
	string new_group_name
)
public static void TriangulationToView(
	CGXNETCore gxNetShared,
	string triangulation_file,
	CIPJ ipj,
	CMVIEW mview,
	string new_group_name
)
Public Shared Sub TriangulationToView ( 
	gxNetShared As CGXNETCore,
	triangulation_file As String,
	ipj As CIPJ,
	mview As CMVIEW,
	new_group_name As String
)
Public Shared Sub TriangulationToView ( 
	gxNetShared As CGXNETCore,
	triangulation_file As String,
	ipj As CIPJ,
	mview As CMVIEW,
	new_group_name As String
)
public:
static void TriangulationToView(
	CGXNETCore^ gxNetShared, 
	String^ triangulation_file, 
	CIPJ^ ipj, 
	CMVIEW^ mview, 
	String^ new_group_name
)
public:
static void TriangulationToView(
	CGXNETCore^ gxNetShared, 
	String^ triangulation_file, 
	CIPJ^ ipj, 
	CMVIEW^ mview, 
	String^ new_group_name
)
static member TriangulationToView : 
        gxNetShared : CGXNETCore * 
        triangulation_file : string * 
        ipj : CIPJ * 
        mview : CMVIEW * 
        new_group_name : string -> unit 
static member TriangulationToView : 
        gxNetShared : CGXNETCore * 
        triangulation_file : string * 
        ipj : CIPJ * 
        mview : CMVIEW * 
        new_group_name : string -> unit 
Parameters
- gxNetShared
 - Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - triangulation_file
 - Type: SystemString
Triangulation file - ipj
 - Type: GeoEngine.Core.GXNetXCIPJ
Triangulation projection - mview
 - Type: GeoEngine.Core.GXNetXCMVIEW
Destination MVIEW - new_group_name
 - Type: SystemString
New group name 
See Also