Click or drag to resize

CMVIEWUpdateMETAfromGroup Method

Fill the META with group dataset information

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

public void UpdateMETAfromGroup(
	string group,
	CMETA meta
)

Parameters

group
Type: SystemString
Group Name
meta
Type: GeoEngine.Core.GXNetXCMETA
META object to fill
See Also