Click or drag to resize
CGISLoadMetaGroupsMAP Method
Load GIS table drawing into a MVIEW.

Available since Oasis montaj version: 5.1.8
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
The GIS drawing will be drawn in the current group. A group will be created for every entity and data items containing an entity's field will be added to the Meta information of every group into the class specified. Note that the map may grow very large for big datasets.
Syntax
public void LoadMetaGroupsMAP(
	CMVIEW mview,
	CMETA meta,
	int ph_object,
	string prefix,
	string name_field
)

Parameters

mview
Type: GeoEngine.Core.GXNetXCMVIEW
View in which to place GIS drawing.
meta
Type: GeoEngine.Core.GXNetXCMETA
ph_object
Type: SystemInt32
Class
prefix
Type: SystemString
Group Name prefix
name_field
Type: SystemString
Name field (Empty to use ID of entity)
See Also