  | CMESHGetAttributeValues Method  | 
 Inserts an attribute set to a mesh
 
    Namespace: 
   GeoEngine.Core.GXNetX
    Assembly:
   geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic void GetAttributeValues(
	string mesh_name,
	string attribute_name,
	int data_type,
	int attribute_type,
	int patch_id,
	CVV vv
)
public void GetAttributeValues(
	string mesh_name,
	string attribute_name,
	int data_type,
	int attribute_type,
	int patch_id,
	CVV vv
)
Public Sub GetAttributeValues ( 
	mesh_name As String,
	attribute_name As String,
	data_type As Integer,
	attribute_type As Integer,
	patch_id As Integer,
	vv As CVV
)
Public Sub GetAttributeValues ( 
	mesh_name As String,
	attribute_name As String,
	data_type As Integer,
	attribute_type As Integer,
	patch_id As Integer,
	vv As CVV
)
public:
void GetAttributeValues(
	String^ mesh_name, 
	String^ attribute_name, 
	int data_type, 
	int attribute_type, 
	int patch_id, 
	CVV^ vv
)
public:
void GetAttributeValues(
	String^ mesh_name, 
	String^ attribute_name, 
	int data_type, 
	int attribute_type, 
	int patch_id, 
	CVV^ vv
)
member GetAttributeValues : 
        mesh_name : string * 
        attribute_name : string * 
        data_type : int * 
        attribute_type : int * 
        patch_id : int * 
        vv : CVV -> unit 
member GetAttributeValues : 
        mesh_name : string * 
        attribute_name : string * 
        data_type : int * 
        attribute_type : int * 
        patch_id : int * 
        vv : CVV -> unit 
Parameters
- mesh_name
 - Type: SystemString
Mesh Name - attribute_name
 - Type: SystemString
Attribute Name - data_type
 - Type: SystemInt32
<define>ATTRIBUTE_DATA_TYPE</define> - attribute_type
 - Type: SystemInt32
<define>ATTRIBUTE_TYPE</define> - patch_id
 - Type: SystemInt32
Patch ID - vv
 - Type: GeoEngine.Core.GXNetXCVV
Attributes VV VV 
See Also