AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

virtual void MgLayerBase::SetGroup ( MgLayerGroup group  )  [virtual]

Specifies which group this layer is organized within.

.NET Syntax
void SetGroup(MgLayerGroup group);
Java Syntax
void SetGroup(MgLayerGroup group);
PHP Syntax
void SetGroup(MgLayerGroup group);

Parameters:
group (MgLayerGroup) Group this layer is organized within, or NULL to have the layer not belong to any group.
Returns:
Returns nothing.