Click or drag to resize

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
Syntax
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
)

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