 | CMESHSetAttributeValues Method |
Inserts an attribute set to a mesh
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetAttributeValues(
string mesh_name,
string attribute_name,
int data_type,
int attribute_type,
int patch_id,
CVV vv
)
public void SetAttributeValues(
string mesh_name,
string attribute_name,
int data_type,
int attribute_type,
int patch_id,
CVV vv
)
Public Sub SetAttributeValues (
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 SetAttributeValues (
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 SetAttributeValues(
String^ mesh_name,
String^ attribute_name,
int data_type,
int attribute_type,
int patch_id,
CVV^ vv
)
public:
void SetAttributeValues(
String^ mesh_name,
String^ attribute_name,
int data_type,
int attribute_type,
int patch_id,
CVV^ vv
)
member SetAttributeValues :
mesh_name : string *
attribute_name : string *
data_type : int *
attribute_type : int *
patch_id : int *
vv : CVV -> unit
member SetAttributeValues :
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