Click or drag to resize

CMVIEWSetMeta Method

Update the META in this group with the new meta object.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetMeta(
	string group,
	CMETA meta,
	string name
)

public void SetMeta(
	string group,
	CMETA meta,
	string name
)

Parameters

group
Type: SystemString
Group Name
meta
Type: GeoEngine.Core.GXNetXCMETA
META object
name
Type: SystemString
Meta name of Object
See Also