 | CMESHInsertAttributes 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 InsertAttributes(
string mesh_name,
string attribute_name,
int data_type,
int attribute_type
)
public void InsertAttributes(
string mesh_name,
string attribute_name,
int data_type,
int attribute_type
)
Public Sub InsertAttributes (
mesh_name As String,
attribute_name As String,
data_type As Integer,
attribute_type As Integer
)
Public Sub InsertAttributes (
mesh_name As String,
attribute_name As String,
data_type As Integer,
attribute_type As Integer
)
public:
void InsertAttributes(
String^ mesh_name,
String^ attribute_name,
int data_type,
int attribute_type
)
public:
void InsertAttributes(
String^ mesh_name,
String^ attribute_name,
int data_type,
int attribute_type
)
member InsertAttributes :
mesh_name : string *
attribute_name : string *
data_type : int *
attribute_type : int -> unit
member InsertAttributes :
mesh_name : string *
attribute_name : string *
data_type : int *
attribute_type : int -> 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>
See Also