Click or drag to resize
CMVIEWStartGroup Method
Start a group.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
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.
Syntax
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>
See Also