Click or drag to resize
CMVIEWStartGroup Method
Start a group.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Line and fill colours 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 MVIEW_GROUPConstant is ignored. Group names must be different from view names.
Syntax
public void StartGroup(
	string str1,
	int i2
)

Parameters

str1
Type: SystemString
Group name, can be NULL, Maximum length is MVIEW_NAME_LENGTHConstant
i2
Type: SystemInt32
See MVIEW_GROUPConstant
See Also