Click or drag to resize

CMVIEWStartGroup Method

Start a group.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void StartGroup(
	string name,
	int mode
)

public void StartGroup(
	string name,
	int mode
)

Parameters

name
Type: SystemString
Group name, can be NULL, Maximum length is <define>MVIEW_NAME_LENGTH</define>
mode
Type: SystemInt32
<define>MVIEW_GROUP</define>
Remarks
Line and fill colors and thickness must be set before drawing to a group. If the group name is NULL, output will be sent to the primary group stream and the <define>MVIEW_GROUP</define> is ignored. Group names must be different from view names.
See Also